-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b13
The com.sun.net.httpserver.BasicAuthenticator constructors specifies that NullPointerException will be thrown if realm or charset are {@code null}
and IllegalArgumentException will be thrown if realm is an empty string.
We need to add a test for those assertions.
and IllegalArgumentException will be thrown if realm is an empty string.
We need to add a test for those assertions.
- relates to
-
JDK-8215275 Add support for UTF-8 encoded credentials in HTTP Basic Authentication
-
- Closed
-