Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Maven JSPC Plugin 2.0.2
-
None
Description
When using the JSPC plugin for precompilation of jsp-scripts, contained JSTL/EL expressions are ignored and the resulting servlets simply output the JSTL/EL expression instead of evaluating the expression itself. The precompiled classes are deployed as an OSGi bundle.
If the exact same script is deployed directly to the target repository (e.g. with WebDAV), the JSTL/EL expressions are evaluated correctly.