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

pedro pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


    from 77b60de43b [WICKET-7139] Update OSGi imports for Wicket 9.x (#1071)
     new 41e7a612e5 WICKET-7137 move sanitizer code to 
PackageResourceUrlSanitizer
     new f39edad7bb WICKET-7137 sanitizer tests

The 2 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:
 .../mapper/BasicResourceReferenceMapper.java       |  2 +-
 ...Disposition.java => IResourceUrlSanitizer.java} | 76 ++++++++++++----------
 .../wicket/request/resource/PackageResource.java   | 27 +-------
 .../request/resource/PackageResourceReference.java |  2 +-
 .../resource/PackageResourceUrlSanitizer.java      | 62 ++++++++++++++++++
 .../wicket/request/resource/ResourceReference.java | 12 ++++
 .../apache/wicket/settings/ResourceSettings.java   | 23 +++++++
 .../request/resource/ResourceUrlSanitizerTest.java | 76 ++++++++++++++++++++++
 8 files changed, 218 insertions(+), 62 deletions(-)
 copy 
wicket-core/src/main/java/org/apache/wicket/request/resource/{ContentDisposition.java
 => IResourceUrlSanitizer.java} (53%)
 mode change 100755 => 100644
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/request/resource/PackageResourceUrlSanitizer.java
 create mode 100644 
wicket-core/src/test/java/org/apache/wicket/request/resource/ResourceUrlSanitizerTest.java

Reply via email to