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
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
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