|
Relates :
|
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.
|