Re: code review request, CR 7166885 X509CRLEntryImpl does not handle CRLs with no extension properly

2012-05-10 Thread Xuelei Fan
Revoke the code review request. The bug will be addresses in another CR.

Thanks,
Xuelei

On 5/10/2012 11:49 AM, Xuelei Fan wrote:
 Hi,
 
 Please review the fix for a synchronization issue of JSSE.
 
 webrev: http://cr.openjdk.java.net./~xuelei/7166885/webrev.00/
 
 Cause of the issue: the extensions filed in a X509 CRL may be empty. For
 such cases, the X509CRLEntryImpl.getExtensions() should return empty map
 instead of throwing NullPointerException.
 
 Thanks,
 Xuelei



code review request, CR 7166885 X509CRLEntryImpl does not handle CRLs with no extension properly

2012-05-09 Thread Xuelei Fan
Hi,

Please review the fix for a synchronization issue of JSSE.

webrev: http://cr.openjdk.java.net./~xuelei/7166885/webrev.00/

Cause of the issue: the extensions filed in a X509 CRL may be empty. For
such cases, the X509CRLEntryImpl.getExtensions() should return empty map
instead of throwing NullPointerException.

Thanks,
Xuelei