Servlets registered with selectors and methods are not found
------------------------------------------------------------
Key: SLING-754
URL: https://issues.apache.org/jira/browse/SLING-754
Project: Sling
Issue Type: Bug
Components: Servlets Resolver
Affects Versions: Servlets Resolver 2.0.6
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Servlets Resolver 2.0.6
After the implementation of SLING-748, servlets registered with selectors and
with method names are not resolved any more.
A Servlet is registered as a resource at a path derieved from the selectors
with the method name appended. For example a servlet registered with selectors
"sample.selector" and method "POST" is registered as
"..../sample/selector.POST.servlet"
The new servlet resolver does not check for the "selector.POST" pattern of
script names and hence misses servlets thus registered.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.