-
Bug
-
Resolution: Fixed
-
P2
-
8
-
b99
-
b105
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203009 | 7u181 | Martin Balao Alonso | P2 | Closed | Duplicate | |
JDK-8203759 | openjdk7u | Xuelei Fan | P2 | Resolved | Fixed | master |
According to the spec, The SNIHostName constructors should throw an IllegalArgumentException when the hostname ends with a trailing dot. The exception is not being thrown.
This leads to 2 JCK test failures:
api/javax_net/ssl/SNIHostName/index.html#Constructor[testTrailingDot]
api/javax_net/ssl/SNIHostName/index.html#ConstructorEncoded[testTrailingDot]
This leads to 2 JCK test failures:
api/javax_net/ssl/SNIHostName/index.html#Constructor[testTrailingDot]
api/javax_net/ssl/SNIHostName/index.html#ConstructorEncoded[testTrailingDot]
- backported by
-
JDK-8203759 IDN do not throw IAE when hostname ends with a trailing dot
-
- Resolved
-
-
JDK-8203009 IDN do not throw IAE when hostname ends with a trailing dot
-
- Closed
-
- duplicates
-
JDK-8022756 IDN cannot handle "." properly
-
- Closed
-
-
JDK-8022757 IDN.toASCII("example.com.") returns "example.com", no tailing dot
-
- Closed
-
-
JDK-8022758 IDN.toASCII() does not throw IAE for "example..com".
-
- Closed
-
-
JDK-6894622 IDN.toASCII and .toUnicode remove trailing dot
-
- Closed
-
(1 duplicates)