Test build - jdk9 b120/b121
Digest authentication fails to work with applet or application whereas no such issue was seen with Basic Authentication. This is a regression/issue under 8u20 was fixed as part of https://bugs.openjdk.java.net/browse/JDK-8034170
Steps to reproduce
0) Create ESL entry as http://mossad.us.oracle.com:8080
1) Install jdk9
2) Try to load following applet
http://mossad.us.oracle.com:8080/digestAuth/tests/Test.html
3) For browser authentication provide credentials as
User: jituD
pass: jitu
4) You will see Authentication dialog from Java (ideally it should not be there but it's shown again due to another bug)
5) Enter same credentials as above. If applet fails to load and Authentication dialog from Java (going into endless loop)is not getting disposed then bug is reproduced
Digest authentication fails to work with applet or application whereas no such issue was seen with Basic Authentication. This is a regression/issue under 8u20 was fixed as part of https://bugs.openjdk.java.net/browse/JDK-8034170
Steps to reproduce
0) Create ESL entry as http://mossad.us.oracle.com:8080
1) Install jdk9
2) Try to load following applet
http://mossad.us.oracle.com:8080/digestAuth/tests/Test.html
3) For browser authentication provide credentials as
User: jituD
pass: jitu
4) You will see Authentication dialog from Java (ideally it should not be there but it's shown again due to another bug)
5) Enter same credentials as above. If applet fails to load and Authentication dialog from Java (going into endless loop)is not getting disposed then bug is reproduced
- duplicates
-
JDK-8158211 Digest authentication dialog would pop up again and again.
-
- Closed
-