You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/11/08 19:28:50 UTC

[jira] Created: (GERONIMO-3591) javamail URLName() class does not HTTP encode URL username elements

javamail URLName() class does not HTTP encode URL username elements
-------------------------------------------------------------------

                 Key: GERONIMO-3591
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3591
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
            Reporter: Rick McGuire
            Assignee: Rick McGuire


The URLName class needs to apply HTTP encoding rules to the username and password elements of the URLName.  For example, a username of "john@gmail.com" should show up as "john%40gmail.com" in the string version of the URLName. 

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


[jira] Closed: (GERONIMO-3591) javamail URLName() class does not HTTP encode URL username elements

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-3591.
----------------------------------

    Resolution: Fixed

Committed revision 593244.

> javamail URLName() class does not HTTP encode URL username elements
> -------------------------------------------------------------------
>
>                 Key: GERONIMO-3591
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3591
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>
> The URLName class needs to apply HTTP encoding rules to the username and password elements of the URLName.  For example, a username of "john@gmail.com" should show up as "john%40gmail.com" in the string version of the URLName. 

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