-
Bug
-
Resolution: Fixed
-
P2
-
8u371, 8u371-perf, 11.0.19-oracle, 17.0.7-oracle, 20
-
b26
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8298156 | 17.0.7-oracle | Dukebot | P2 | Closed | Fixed | b01 |
JDK-8299820 | 17.0.7 | Goetz Lindenmaier | P2 | Resolved | Fixed | b01 |
JDK-8298155 | 11.0.19-oracle | Dukebot | P2 | Closed | Fixed | b01 |
JDK-8300223 | 11.0.19 | Goetz Lindenmaier | P2 | Resolved | Fixed | b01 |
JDK-8298157 | 8u371 | Dukebot | P2 | Closed | Fixed | b01 |
new URLPermission("https://foo_bar:12345/")
fails with:
| Exception java.lang.IllegalArgumentException: Invalid characters in hostname
| at HostPortrange.toLowerCase (HostPortrange.java:192)
| at HostPortrange.<init> (HostPortrange.java:154)
| at URLPermission$Authority.<init> (URLPermission.java:529)
| at URLPermission.parseURI (URLPermission.java:497)
| at URLPermission.init (URLPermission.java:206)
| at URLPermission.<init> (URLPermission.java:186)
| at URLPermission.<init> (URLPermission.java:243)
| at (#1:1)
- backported by
-
JDK-8299820 URLPermission constructor throws IllegalArgumentException: Invalid characters in hostname after JDK-8294378
-
- Resolved
-
-
JDK-8300223 URLPermission constructor throws IllegalArgumentException: Invalid characters in hostname after JDK-8294378
-
- Resolved
-
-
JDK-8298155 URLPermission constructor throws IllegalArgumentException: Invalid characters in hostname after JDK-8294378
-
- Closed
-
-
JDK-8298156 URLPermission constructor throws IllegalArgumentException: Invalid characters in hostname after JDK-8294378
-
- Closed
-
-
JDK-8298157 URLPermission constructor throws IllegalArgumentException: Invalid characters in hostname after JDK-8294378
-
- Closed
-
- relates to
-
JDK-8294378 URLPermission constructor exception when using tr locale
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/71e89e12
-
Commit openjdk/jdk17u-dev/b4279386
-
Commit openjdk/jdk/2f47f83a
-
Review openjdk/jdk11u-dev/1651
-
Review openjdk/jdk17u-dev/1032
-
Review(master) openjdk/jdk/11353