On 22/01/16 13:38, Claes Redestad wrote:
On 2016-01-22 14:38, Alan Bateman wrote:
On 22/01/2016 12:29, Claes Redestad wrote:
:
http://cr.openjdk.java.net/~redestad/8147962/webrev.02/
Looks good.
-Chris.
On 2016-01-22 14:38, Alan Bateman wrote:
On 22/01/2016 12:29, Claes Redestad wrote:
:
http://cr.openjdk.java.net/~redestad/8147962/webrev.02/
This looks good to me.
-Alan
Thanks!
/Claes
On 22/01/2016 12:29, Claes Redestad wrote:
:
http://cr.openjdk.java.net/~redestad/8147962/webrev.02/
This looks good to me.
-Alan
On 2016-01-22 12:29, Alan Bateman wrote:
On 21/01/2016 17:27, Claes Redestad wrote:
Hi,
using String.toLowerCase() in URL allows some strings to lower-case
to a string that'd be invalid, e.g. "FILE".toLowerCase() ->
"f\u0131le" in turkish locales.
This patch suggests using the locale-in
On 21/01/2016 17:27, Claes Redestad wrote:
Hi,
using String.toLowerCase() in URL allows some strings to lower-case to
a string that'd be invalid, e.g. "FILE".toLowerCase() -> "f\u0131le"
in turkish locales.
This patch suggests using the locale-independent
String.toLowerCase(Locale.ENGLISH
Hello,
I'd suggest using Locale.ROOT instead of Locale.ENGLISH for this purpose.
Naoto
On 1/21/16 10:57 PM, Claes Redestad wrote:
Hi,
using String.toLowerCase() in URL allows some strings to lower-case to a
string that'd be invalid, e.g. "FILE".toLowerCase() -> "f\u0131le" in
turkish locales.
Hi,
using String.toLowerCase() in URL allows some strings to lower-case to a
string that'd be invalid, e.g. "FILE".toLowerCase() -> "f\u0131le" in
turkish locales.
This patch suggests using the locale-independent
String.toLowerCase(Locale.ENGLISH) instead, since only a-z and A-Z are
legal a