You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "David Hay (JIRA)" <ji...@apache.org> on 2006/08/15 19:58:14 UTC

[jira] Created: (PLUTO-248) PortalUrlParser should encode '#' character

PortalUrlParser should encode '#' character
-------------------------------------------

                 Key: PLUTO-248
                 URL: http://issues.apache.org/jira/browse/PLUTO-248
             Project: Pluto
          Issue Type: Bug
          Components: portal driver
    Affects Versions: 1.1.0-beta1
            Reporter: David Hay


The PortalURLParser should encode the '#' as a special character.  Otherwise, it's treated by many URL parsers as an anchor within the page.  Adding

new String[] { "#",  "0x9" },

to the ENCODINGS array should do the trick.


-- 
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: (PLUTO-248) PortalUrlParser should encode '#' character

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-248?page=all ]

Craig Doremus resolved PLUTO-248.
---------------------------------

    Fix Version/s: 1.1.0
       Resolution: Fixed

Applied David's fix in SVN revision 434172. Please confirm this. Thank you, David.

> PortalUrlParser should encode '#' character
> -------------------------------------------
>
>                 Key: PLUTO-248
>                 URL: http://issues.apache.org/jira/browse/PLUTO-248
>             Project: Pluto
>          Issue Type: Bug
>          Components: portal driver
>    Affects Versions: 1.1.0-beta1
>            Reporter: David Hay
>             Fix For: 1.1.0
>
>
> The PortalURLParser should encode the '#' as a special character.  Otherwise, it's treated by many URL parsers as an anchor within the page.  Adding
> new String[] { "#",  "0x9" },
> to the ENCODINGS array should do the trick.

-- 
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