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

        

Reply via email to