-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b66
-
generic
-
generic
6811297 added:
2000 if (logger.isLoggable(Level.FINER)) {
2001 logger.finer("Server Authentication for " + authhdr.toString() +" returned " + ret.toString());
2002 }
Here, ret may be null. Also at line 1870-2,
Several JSN SQE tests failed due to this problem.
2000 if (logger.isLoggable(Level.FINER)) {
2001 logger.finer("Server Authentication for " + authhdr.toString() +" returned " + ret.toString());
2002 }
Here, ret may be null. Also at line 1870-2,
Several JSN SQE tests failed due to this problem.
- relates to
-
JDK-6811297 Add more logging to HTTP protocol handler
-
- Resolved
-