theigl opened a new pull request #436: URL: https://github.com/apache/wicket/pull/436
This PR rewrites `UrlEncoder` and `UrlDecoder` based on Spring's `UriUtils` instead of the `java.net.URLEncoder` and `java.net.URLDecoder`. The new implementation is 30-500% faster depending on the use case. The biggest improvement is with encoding URLs that do not contain any character that requires escaping. For benchmark results, see the JIRA ticket. See https://issues.apache.org/jira/browse/WICKET-6794 ---------------------------------------------------------------- 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]
