-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b148
With today API, it is not possible to login to the same web site/server through HTTP with different credentials. This is because HttpURLConnection will always use the default Authenticator, which is global.
Adding a new HttpURLConnection::setAuthenticator method would help solve this issue.
For compatibility reasons, an HttpURLConnection on which no authenticator was explicitly set should continue using the default authenticator.
Adding a new HttpURLConnection::setAuthenticator method would help solve this issue.
For compatibility reasons, an HttpURLConnection on which no authenticator was explicitly set should continue using the default authenticator.
- duplicates
-
JDK-4941958 HttpURLConnection per instance Authenticator
-
- Closed
-
-
JDK-8147770 bind proxy Authenticator to URLConnection
-
- Closed
-
- relates to
-
JDK-8169068 Add a new method: java.net.Authenticator.getDefault()
-
- Closed
-
-
JDK-4303463 Authenticator will not work in Kiosk situations because of assumptions
-
- Closed
-
-
JDK-4941958 HttpURLConnection per instance Authenticator
-
- Closed
-
-
JDK-8147770 bind proxy Authenticator to URLConnection
-
- Closed
-
(1 relates to)