Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Resolver 2.6.4
-
None
Description
The current ServletMounter creates a resource provider for each registered servlet. That works fine for a given amount of servlets but can become problematic for a high number of servlets as it means that on the one hand, the number of services is doubled and on the other hand, a lot of notifications are send out as well as a lot of computation has to be done by the resource resolver.
As an optional remedy for these kinds of scenarios, we should allow to configure the mounter to not provide resource providers for servlets but only decorate resources into the content tree.
Attachments
Issue Links
- causes
-
SLING-10340 The ScriptResource should unwrap the active resource before adapting it to a Servlet
- Closed
- is a child of
-
SLING-9207 Unify the support for bundled scripts
- Closed
- is related to
-
SLING-9077 Improve runtime complexity of o.a.s.api.resource.path.PathSet's factory methods
- Resolved
- relates to
-
SLING-8946 Non-deterministic shadowing of resource observation
- Reopened