-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileResolver fails when path contains +
character
#2619
Milestone
Comments
your reproducer works for me (OSX), can you give more details about your platform ? |
|
|
|
+1 @pmlopes |
pmlopes
added a commit
that referenced
this issue
Sep 13, 2018
Signed-off-by: Paulo Lopes <[email protected]>
vietj
pushed a commit
that referenced
this issue
Sep 14, 2018
Signed-off-by: Paulo Lopes <[email protected]>
22 tasks
vietj
pushed a commit
that referenced
this issue
Sep 25, 2018
* Fixes #2619: properly handle plus signs when resolving paths Signed-off-by: Paulo Lopes <[email protected]> * Fixes #2619: properly handle plus signs when resolving paths Signed-off-by: Paulo Lopes <[email protected]> * updates based on review Signed-off-by: Paulo Lopes <[email protected]> * Delete URIDecoder.java Signed-off-by: Paulo Lopes <[email protected]> * Updates based on the review Signed-off-by: Paulo Lopes <[email protected]>
vietj
pushed a commit
that referenced
this issue
Sep 25, 2018
* Fixes #2619: properly handle plus signs when resolving paths Signed-off-by: Paulo Lopes <[email protected]> * Fixes #2619: properly handle plus signs when resolving paths Signed-off-by: Paulo Lopes <[email protected]> * updates based on review Signed-off-by: Paulo Lopes <[email protected]> * Delete URIDecoder.java Signed-off-by: Paulo Lopes <[email protected]> * Updates based on the review Signed-off-by: Paulo Lopes <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Context
io.vertx.core.impl.FileResolver
fails to extract content from JARs containing+
in a file name (e.g.vertx-static-content-0.0.1+test-fat.jar
).Most likely
java.net.URLDecoder.decode(String, String)
replaces+
withDo you have a reproducer?
https://github.com/zaytsev/vertx-static-content
The text was updated successfully, but these errors were encountered: