You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org> on 2006/10/10 18:27:19 UTC

[jira] Created: (ADFFACES-235) Not excaping ";" in writeURIAttribute query string

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 &amp;.  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

        

[jira] Updated: (ADFFACES-235) Not excaping ";" in writeURIAttribute query string

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-235:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> Not excaping ";" in writeURIAttribute query string
> --------------------------------------------------
>
>                 Key: ADFFACES-235
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-235
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Portlet
>    Affects Versions: 1.0.0-incubating-core
>         Environment: WSRP
>            Reporter: Scott O'Bryan
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: 4-ADFFACES-235.patch
>
>
> Currently writeURIAttribute in trinidad escapes ";"'s in query strings.  This is causing  a conflict with some WSRP containers that escape ampersands (correctly) to &amp;.  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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-235) Not excaping ";" in writeURIAttribute query string

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-235?page=all ]

Adam Winer updated ADFFACES-235:
--------------------------------

    Status: Open  (was: Patch Available)

> 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
>         Attachments: 4-ADFFACES-235.patch
>
>
> Currently writeURIAttribute in trinidad escapes ";"'s in query strings.  This is causing  a conflict with some WSRP containers that escape ampersands (correctly) to &amp;.  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

        

[jira] Commented: (ADFFACES-235) Not excaping ";" in writeURIAttribute query string

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-235?page=comments#action_12456669 ] 
            
Jeanne Waldman commented on ADFFACES-235:
-----------------------------------------

applied this patch the jwaldman-portal branch

> 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
>         Attachments: 4-ADFFACES-235.patch
>
>
> Currently writeURIAttribute in trinidad escapes ";"'s in query strings.  This is causing  a conflict with some WSRP containers that escape ampersands (correctly) to &amp;.  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

        

[jira] Updated: (ADFFACES-235) Not excaping ";" in writeURIAttribute query string

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-235?page=all ]

Scott O'Bryan updated ADFFACES-235:
-----------------------------------

    Status: Patch Available  (was: Open)

> 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
>         Attachments: 4-ADFFACES-235.patch
>
>
> Currently writeURIAttribute in trinidad escapes ";"'s in query strings.  This is causing  a conflict with some WSRP containers that escape ampersands (correctly) to &amp;.  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

        

[jira] Resolved: (ADFFACES-235) Not excaping ";" in writeURIAttribute query string

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott O'Bryan resolved ADFFACES-235.
------------------------------------

    Resolution: Fixed

Fixed  ADFFACES-329

> Not excaping ";" in writeURIAttribute query string
> --------------------------------------------------
>
>                 Key: ADFFACES-235
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-235
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Portlet
>         Environment: WSRP
>            Reporter: Scott O'Bryan
>            Priority: Minor
>         Attachments: 4-ADFFACES-235.patch
>
>
> Currently writeURIAttribute in trinidad escapes ";"'s in query strings.  This is causing  a conflict with some WSRP containers that escape ampersands (correctly) to &amp;.  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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-235) Not excaping ";" in writeURIAttribute query string

Posted by "Scott O'Bryan (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-235?page=all ]

Scott O'Bryan updated ADFFACES-235:
-----------------------------------

    Attachment: 4-ADFFACES-235.patch

Will not escape ; in querystring.

> 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
>         Attachments: 4-ADFFACES-235.patch
>
>
> Currently writeURIAttribute in trinidad escapes ";"'s in query strings.  This is causing  a conflict with some WSRP containers that escape ampersands (correctly) to &amp;.  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