Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.14.4, 3.3.2
-
None
-
2
Description
If you send a request like this to a proxy repository:
The outbound request from Nexus to the remote URL will not have the "+" character escaped. This will result in a failure to retrieve the requested file.
Expected:
If the inbound URL is a valid escaped URL, then send that exact same request path outbound escaping unchanged because this will mean if something different is wanted, then it will be up to the client making the original request to send something different.