[security-dev 00782]: hg: jdk7/tl/jdk: 2 new changesets

2009-04-21 Thread tim . bell
Changeset: c35a027468f2 Author:tbell Date: 2009-04-21 08:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c35a027468f2 6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6 6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk R

[security-dev 00783]: Re: CRL Distribution Points and Issuing DistributionPoint Extension

2009-04-21 Thread Sean Mullan
Xuelei Fan wrote: In line 318, if "idpExt == null" is true, "false" will return. I don't find any spec support such logic, it might be a bug here. I think the codes should looks like: 318 if (idpExt != null && 319 ((Boolean) idpExt.get 320

[security-dev 00784]: Re: CRL Distribution Points and Issuing DistributionPoint Extension

2009-04-21 Thread Xuelei Fan
Sean Mullan wrote: Xuelei Fan wrote: In line 318, if "idpExt == null" is true, "false" will return. I don't find any spec support such logic, it might be a bug here. I think the codes should looks like: 318 if (idpExt != null && 319 ((Boolean) idpExt.get