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

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


    from ec48219d59 WICKET-7122 update wicket-examples bean archive descriptor
     new 1ec7cf9eca WICKET-7024 decode PackageResourceReference URL attributes 
only inside requests for it
     new 2ca9206d3a WICKET-7024 test legibility improvement
     new 38cb92c109 WICKET-7024 URL parameters sanitization
     new 755a63ac24 WICKET-7024 squash to the last commit (WIP)

The 4 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:
 .../resource/PackageResourceReferenceTest.java     | 123 +++++++++++++++++++++
 .../apache/wicket/core/request/resource/a_blue.css |   3 +
 .../wicket/core/request/resource/a_orange.css      |   3 +
 .../mapper/BasicResourceReferenceMapper.java       |   7 +-
 .../caching/CachingResourceStreamLocator.java      |  14 ++-
 .../wicket/request/resource/PackageResource.java   |  85 +++++++++++++-
 .../request/resource/PackageResourceReference.java |  16 ++-
 7 files changed, 235 insertions(+), 16 deletions(-)
 create mode 100644 
wicket-core-tests/src/test/java/org/apache/wicket/core/request/resource/a_blue.css
 create mode 100644 
wicket-core-tests/src/test/java/org/apache/wicket/core/request/resource/a_orange.css

Reply via email to