Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
Engine 2.0.6
-
None
-
None
Description
As discussed in http://markmail.org/thread/ldayz27ehldyvzr4 the tight coupling between RequestData and SlingHttpServletRequestImpl makes it impossible to use request classes that just implement SlingHttpServletRequest.
I need this for example for SLING-550, where servlets run outside of the container's request/response cycle.
I'll attach a patch that reduces coupling by grabbing the RequestData from a request attribute instead of relying on the SlingHttpServletRequestImpl class to provide it. All tests including integration pass with this patch.
Attachments
Attachments
Issue Links
- blocks
-
SLING-550 Support for background servlets
- Resolved