DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40119>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40119

           Summary: In a JSP with XML syntax, JSP compiler fails to compile
                    if an attribute is quote with apostrophe instead of a
                    double quote
           Product: Tomcat 5
           Version: 5.0.16
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


In a JSP that uses XML syntax, the following HTML fails to compile  
  
<form name="login" method="POST"  
action='%=response.encodeURL("j_security_check") %'>   
  
because it generates the following java code:  
  
out.write("<form action='%= response.encodeURL("j_security_check") %'  
method=\"POST\" name=\"login\">");  
  
The double quotes around j_security_check need to be escaped with a slash.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to