MMBase

quoted must be escaped

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: Irrelevant
  • Fix Version/s: 1.8.7
  • Component/s: Taglib
  • Description:
    /mmbase/edit/basic/change_node.jsp(128,0) /mmbase/edit/basic/relations.jsp(21,5) /mmbase/edit/basic/relation.jsp(22,52) Attribute value "page" + relationManager.getNumber() + searchDir is quoted with " which must be escaped when used within the value
  • Environment:
    java version "1.6.0_06"
    CentOS release 5.2 (Final)
    Apache Tomcat Version 6.0.18

Issue Links

Activity

Hide
Wessel van Norel added a comment - 2008-08-15 16:45
Seems to be an extra check to be JSP 2.0 compliant.

See for more information http://permalink.gmane.org/gmane.comp.java.geronimo.user/10996 (and the related tomcat bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=45015)

Show
Wessel van Norel added a comment - 2008-08-15 16:45 Seems to be an extra check to be JSP 2.0 compliant. See for more information http://permalink.gmane.org/gmane.comp.java.geronimo.user/10996 (and the related tomcat bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=45015)
Hide
aschwin versteegden added a comment - 2008-12-03 11:31
The link https://issues.apache.org/bugzilla/show_bug.cgi?id=45015) doesn't work.
So the solution for this Bug is?.... install tomcat 6.0.16?
Show
aschwin versteegden added a comment - 2008-12-03 11:31 The link https://issues.apache.org/bugzilla/show_bug.cgi?id=45015) doesn't work. So the solution for this Bug is?.... install tomcat 6.0.16?
Hide
Michiel Meeuwissen added a comment - 2008-12-04 09:56
Or upgrade the jsps. AFAIK all jspss are fixed in 1.8 branch and head.

Obviously, the url had to be: https://issues.apache.org/bugzilla/show_bug.cgi?id=45015

It seems that JIRA incorrectly assumed the closing parenthesis to be part of the url.
Show
Michiel Meeuwissen added a comment - 2008-12-04 09:56 Or upgrade the jsps. AFAIK all jspss are fixed in 1.8 branch and head. Obviously, the url had to be: https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 It seems that JIRA incorrectly assumed the closing parenthesis to be part of the url.

People

Dates

  • Created:
    2008-08-14 17:22
    Updated:
    2008-12-04 09:56
    Resolved:
    2008-09-25 00:40