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