You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/01/30 10:58:33 UTC

[jira] Created: (HARMONY-3083) [classlib][luni]accquire Util.toASCIILowerCase in java.net.URL

[classlib][luni]accquire Util.toASCIILowerCase in java.net.URL 
---------------------------------------------------------------

                 Key: HARMONY-3083
                 URL: https://issues.apache.org/jira/browse/HARMONY-3083
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
            Reporter: Tony Wu


The is line below in java.net.URL,
> protocol = protocol.toLowerCase();

But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"


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


[jira] Closed: (HARMONY-3083) [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL

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

Richard Liang closed HARMONY-3083.
----------------------------------


Verified by Tony.

> [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL 
> --------------------------------------------------------------
>
>                 Key: HARMONY-3083
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3083
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Richard Liang
>         Attachments: harmony-3083.diff
>
>
> There is line below in java.net.URL,
> > protocol = protocol.toLowerCase();
> But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"

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


[jira] Resolved: (HARMONY-3083) [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL

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

Richard Liang resolved HARMONY-3083.
------------------------------------

    Resolution: Fixed

Hello Tony,

The patch has been committed into revision r501772. Thank you for this enhancement. Please verify it's fixed as you expected.

Best regards,
Richard

> [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL 
> --------------------------------------------------------------
>
>                 Key: HARMONY-3083
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3083
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Richard Liang
>         Attachments: harmony-3083.diff
>
>
> There is line below in java.net.URL,
> > protocol = protocol.toLowerCase();
> But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"

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


[jira] Commented: (HARMONY-3083) [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469339 ] 

Tony Wu commented on HARMONY-3083:
----------------------------------

verified at r502080, thanks Richard.

> [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL 
> --------------------------------------------------------------
>
>                 Key: HARMONY-3083
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3083
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Richard Liang
>         Attachments: harmony-3083.diff
>
>
> There is line below in java.net.URL,
> > protocol = protocol.toLowerCase();
> But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"

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


[jira] Updated: (HARMONY-3083) [classlib][luni]accquire Util.toASCIILowerCase in java.net.URL

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

Tony Wu updated HARMONY-3083:
-----------------------------

    Attachment: harmony-3083.diff

would you please try it, thanks a lot!

> [classlib][luni]accquire Util.toASCIILowerCase in java.net.URL 
> ---------------------------------------------------------------
>
>                 Key: HARMONY-3083
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3083
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3083.diff
>
>
> There is line below in java.net.URL,
> > protocol = protocol.toLowerCase();
> But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"

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


[jira] Updated: (HARMONY-3083) [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL

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

Tony Wu updated HARMONY-3083:
-----------------------------

    Patch Info: [Patch Available]
       Summary: [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL   (was: [classlib][luni]accquire Util.toASCIILowerCase in java.net.URL )

> [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL 
> --------------------------------------------------------------
>
>                 Key: HARMONY-3083
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3083
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-3083.diff
>
>
> There is line below in java.net.URL,
> > protocol = protocol.toLowerCase();
> But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"

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


[jira] Assigned: (HARMONY-3083) [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL

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

Richard Liang reassigned HARMONY-3083:
--------------------------------------

    Assignee: Richard Liang

> [classlib][luni]Acquire Util.toASCIILowerCase in java.net.URL 
> --------------------------------------------------------------
>
>                 Key: HARMONY-3083
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3083
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Richard Liang
>         Attachments: harmony-3083.diff
>
>
> There is line below in java.net.URL,
> > protocol = protocol.toLowerCase();
> But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"

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


[jira] Updated: (HARMONY-3083) [classlib][luni]accquire Util.toASCIILowerCase in java.net.URL

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

Tony Wu updated HARMONY-3083:
-----------------------------

    Description: 
There is line below in java.net.URL,
> protocol = protocol.toLowerCase();

But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"


  was:
The is line below in java.net.URL,
> protocol = protocol.toLowerCase();

But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"



> [classlib][luni]accquire Util.toASCIILowerCase in java.net.URL 
> ---------------------------------------------------------------
>
>                 Key: HARMONY-3083
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3083
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Tony Wu
>
> There is line below in java.net.URL,
> > protocol = protocol.toLowerCase();
> But according to RFC 2396, the scheme is defined by "alpha *( alpha |digit | "+" | "-" | "." )"

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