Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The testing/junit/core module currently uses a plain servlet that runs outside of the Sling request cycle.
However, some tests depend on custom Sling Filters, for example, and as such need to run in the Sling request cycle.
To keep the junit/core module reusable outside of Sling, I'll implement a second servlet, that will be active only in a Sling environment. The existing plain servlet can be disabled by configuration if needed.