This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git.
from 17ebdad SLING-8936 - clearer syntax
new cab4632 SLING-8110 - PathBasedServletAcceptor added, with minimal
integration tests for now
new 7d342f0 SLING-8110 - PathBasedServletAcceptorTest added + renamed
activation property
new 124ed0e SLING-8110 - guard log
new b16b79a SLING-8110 - our test servlet is a teapot, indeed
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:
pom.xml | 11 +-
.../internal/PathBasedServletAcceptor.java | 96 ++++++++++
.../resolver/internal/SlingServletResolver.java | 20 +-
.../internal/resource/SlingServletConfig.java | 14 ++
.../internal/PathBasedServletAcceptorTest.java | 210 +++++++++++++++++++++
.../resolver/it/ServletResolverTestSupport.java | 28 ++-
.../servlets/resolver/it/ServletSelectionIT.java | 25 ++-
.../sling/servlets/resolver/it/TestServlet.java | 7 +-
8 files changed, 394 insertions(+), 17 deletions(-)
create mode 100644
src/main/java/org/apache/sling/servlets/resolver/internal/PathBasedServletAcceptor.java
create mode 100644
src/test/java/org/apache/sling/servlets/resolver/internal/PathBasedServletAcceptorTest.java