HtmlResponseWriter.writeURIAttribute() does not escape invalid URL characters
-----------------------------------------------------------------------------

                 Key: TRINIDAD-1565
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1565
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions:  1.2.12-core
            Reporter: Max Starets
            Priority: Minor


To reproduce the problem, try using writeURIAttribute() to write a URI 
containing '<'. Note that the character will be escaped when it is present in 
the query portion, but will not be escaped when present in the portion before 
'?'. This is wrong because characters like [, ], <, >, {, } should be escaped. 
MyFaces actually does the right thing, while JSF RI does not.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to