Not excaping ";" in writeURIAttribute query string
--------------------------------------------------

                 Key: ADFFACES-235
                 URL: http://issues.apache.org/jira/browse/ADFFACES-235
             Project: MyFaces ADF-Faces
          Issue Type: Bug
          Components: Portlet
         Environment: WSRP
            Reporter: Scott O'Bryan
            Priority: Minor


Currently writeURIAttribute in trinidad escapes ";"'s in query strings.  This 
is causing  a conflict with some WSRP containers that escape ampersands 
(correctly) to &.  According to W3C, ;'s are valid characters inside of a 
query string.  So we need to stop encoding them in the HTML Renderkit.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to