-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Webservice deployed from directory archive on windows fails #627
Comments
pdudits
added a commit
to pdudits/Payara
that referenced
this issue
Jan 28, 2016
…tory fails Fix for GLASSFISH-17039 contained a change in ModuleContextValidator where a slash in fullFileUri was replaced with File.separator. However URIs are not platform dependant and cannot contain backslashes.
Also reported upstream as https://java.net/jira/browse/GLASSFISH-21499. |
Pandrex247
added a commit
that referenced
this issue
Jan 29, 2016
Fix for Payara #627 - Invocation Webservice deployed from directory f…
Cousjava
pushed a commit
to Cousjava/Payara
that referenced
this issue
Aug 21, 2019
PAYARA-3660: Supply Common Classloader as locator when CommonModelRegistry is unavailable Approved-by: Andrew Pielage <andrew.pielage@payara.fish>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Another day, another compatibility with GF3 issue with my project's tests.
When a webservice is deployed from a directory on Windows, invocation of that webservice throws:
The cause lies within
ModuleContextValidator
where in commit 41a46e4 forward slash was "fixed" by replacing it withFile.separator
. Fix for GLASSFISH-17039 on 3.1.2 branch did not contain this change. Since that is an uri, not a path, it should compose with forward slashes every time.The text was updated successfully, but these errors were encountered: