This is an automated email from the ASF dual-hosted git repository.
ghenzler pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git.
from 99af984 SLING-9774 Use a simpler fix that also passes the tests.
add 8615ff5 SLING-9777 Better handling for invalid URIs when using
SlingUri (special characters, spaces)
new 02088d2 Merge pull request #24 from
apache/feature/SLING-9777-SlingUri-better-encoding-handling
The 1 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:
.../java/org/apache/sling/api/uri/SlingUri.java | 7 +-
.../org/apache/sling/api/uri/SlingUriBuilder.java | 394 ++++++++++++++++-----
.../org/apache/sling/api/uri/package-info.java | 2 +-
.../apache/sling/api/uri/SlingUriBuilderTest.java | 38 ++
.../apache/sling/api/uri/SlingUriEncodingTest.java | 109 ++++++
.../sling/api/uri/SlingUriInvalidUrisTest.java | 43 ++-
.../org/apache/sling/api/uri/SlingUriTest.java | 288 ++++++++++++++-
7 files changed, 769 insertions(+), 112 deletions(-)
create mode 100644
src/test/java/org/apache/sling/api/uri/SlingUriEncodingTest.java