michael-o edited a comment on pull request #74: URL: https://github.com/apache/maven-wagon/pull/74#issuecomment-732994229
OK, let me get to the breaking change first: The entire old code has been thrown out because it was defective and did not really comply with RFC 3986. HttpClient offers better solutions for this. Both `EncodingUtil.encodeURLToString( String )` and `EncodingUtil.encodeURL( String url )` are deprecated and rely on URI. This class is broken and does not comply with RFC 3986. Don't expect correct behavior here. Now going through your change. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
