You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by th...@apache.org on 2020/06/08 10:42:28 UTC

[wicket] branch master updated (5168b79 -> 9ded616)

This is an automated email from the ASF dual-hosted git repository.

theigl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 5168b79  WICKET-6797 Use space character as a separator for event names in AjaxEventBehavior
     new 2666c8e  WICKET-6794 Base `UrlEncoder` and `UrlDecoder` on Spring's `UriUtils` instead of the JDK classes
     new 85b8e5a  WICKET-6794 Add more tests for backwards compatibility
     new 696fe76  WICKET-6794 Improve JavaDoc
     new 9ded616  Merge pull request #436 from theigl/WICKET-6794-url-encoder-performance

The 20886 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/wicket/util/encoding/UrlDecoder.java    | 133 +++-----
 .../apache/wicket/util/encoding/UrlEncoder.java    | 371 ++++++++-------------
 .../wicket/util/encoding/UrlDecoderTest.java       |  39 ++-
 .../wicket/util/encoding/UrlEncoderTest.java       |  56 +++-
 4 files changed, 264 insertions(+), 335 deletions(-)