Carsten Ziegeler created SLING-5004:
---------------------------------------
Summary: Improve servlet tracking by using filter
Key: SLING-5004
URL: https://issues.apache.org/jira/browse/SLING-5004
Project: Sling
Issue Type: Improvement
Components: Servlets
Reporter: Carsten Ziegeler
Fix For: Servlets Resolver 2.3.8
Right now, the servlet resolver is tracking all servlets, examinging their
service properties and then decides whether to use the servlet.
If we create a filter expression when tracking the servlets, only servlets for
the servlet resolver will be pushed into the service. The benefit of this is
that we can change the bindServlet method to get the Servlet instance. This
will simplify the current rather complex handling/syncing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)