mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8294378: URLPermission constructor exception when using tr locale
Reviewed-by: dfuchs, jpai, aefimov
This commit is contained in:
parent
34a499de8e
commit
ff2c987669
3 changed files with 13 additions and 5 deletions
|
@ -149,6 +149,9 @@ class HostPortrange {
|
|||
// regular domain name
|
||||
hoststr = toLowerCase(hoststr);
|
||||
}
|
||||
} else {
|
||||
// regular domain name
|
||||
hoststr = toLowerCase(hoststr);
|
||||
}
|
||||
}
|
||||
hostname = hoststr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue