https://issues.apache.org/bugzilla/show_bug.cgi?id=46903

           Summary: STRICT_SERVLET_COMPLIANCE="false" doesn't turn off all
                    checks
           Product: Tomcat 5
           Version: 5.5.27
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: zhih...@gmail.com


When we switched from 5.5.25 to 5.5.27, we found 2 issues resulted from
stricter compliance check,

1. Cookie values can't contain special chars like "=", "&".
2. JSP can't have nested quotes, like 
       title="<fmt:message key="regpage.hdr.homepage"/>"

We tried to disable the compliance checks by setting the
STRICT_SERVLET_COMPLIANCE="false" but these 2 checks are still enforced.

This switch should disable these checks so the backward compatibility is
achieved.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to