Uploaded image for project: 'JSPWiki'
  1. JSPWiki
  2. JSPWIKI-387

Runtime exception on Install.jsp Current tomcat version strict about jsp quote usage.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.8
    • 2.8
    • None
    • MS Windows / Apache tomcat

    Description

      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" )%>'/>

      Attachments

        Activity

          People

            Unassigned Unassigned
            arian Arian Möhlmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 0.5h
                0.5h
                Remaining:
                Remaining Estimate - 0.5h
                0.5h
                Logged:
                Time Spent - Not Specified
                Not Specified