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/31 04:51:33 UTC

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

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