[ 
https://issues.apache.org/jira/browse/JSPWIKI-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florian Holeczek closed JSPWIKI-387.
------------------------------------


> Runtime exception on Install.jsp Current tomcat version strict about jsp 
> quote usage.
> -------------------------------------------------------------------------------------
>
>                 Key: JSPWIKI-387
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-387
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Servlet Container/Java compatibility
>    Affects Versions: 2.8
>         Environment: MS Windows / Apache tomcat 
>            Reporter: Arian Möhlmann
>             Fix For: 2.8
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Current tomcat version does not allow nested double quoted assignments like 
> in next case prefix in Install.jsp
> This syntax is no longer allowed:
> prefix="<%= rb.getString( "install.jsp.install.info" )%>"/>
> I had to change it to single quotes to get the application running. Current 
> Tomcat release throws exception on this old syntax.
> Use next single quoted instead:
> prefix='<%= rb.getString( "install.jsp.install.info" )%>'/>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to