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 "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2008/02/01 14:31:14 UTC

[jira] Updated: (PLUTO-464) toString in PortalUrlParserImpl is not idempotent

     [ https://issues.apache.org/jira/browse/PLUTO-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli updated PLUTO-464:
-----------------------------------

    Attachment: PortalURLParserImplTest.java

Unit test to reproduce the error

> toString in PortalUrlParserImpl is not idempotent
> -------------------------------------------------
>
>                 Key: PLUTO-464
>                 URL: https://issues.apache.org/jira/browse/PLUTO-464
>             Project: Pluto
>          Issue Type: Bug
>          Components: portal driver
>    Affects Versions: 2.0.0
>            Reporter: Nils-Helge Garli
>            Priority: Blocker
>         Attachments: PortalURLParserImplTest.java
>
>
> toString in PortalUrlParserImpl changes to the actual parameter values in the PortalURL it tries to encode. If a parameter in the url contains a special character that needs to be encoded, the value is decoded in the array itself, updating the reference to the actual encoded value. 

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