[
https://issues.apache.org/jira/browse/SLING-593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Honwai Wong closed SLING-593.
-----------------------------
I successfully tested following jstl-statements:
- ${pageContext.request.pathInfo}
- <c:out value="${pageContext.request.pathInfo}" />
- <c:forEach ../>
Thanks for the fix, works perfect now!
> JSPC does not respect JSTL/EL expressions
> -----------------------------------------
>
> Key: SLING-593
> URL: https://issues.apache.org/jira/browse/SLING-593
> Project: Sling
> Issue Type: Bug
> Components: Maven Plugins
> Affects Versions: Maven JSPC Plugin 2.0.2
> Reporter: Honwai Wong
> Assignee: Felix Meschberger
> Fix For: Maven JSPC Plugin 2.0.4
>
> Attachments: test.jsp
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.