You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Janne Jalkanen (JIRA)" <ji...@apache.org> on 2008/09/28 23:46:44 UTC

[jira] Resolved: (JSPWIKI-387) Runtime exception on Install.jsp Current tomcat version strict about jsp quote usage.

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

Janne Jalkanen resolved JSPWIKI-387.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8

Fixed in 2.8.0-beta-12. Thanks!

> 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.
-
You can reply to this email to add a comment to the issue online.