Bugzilla – Bug 6435
Update CoG jar
Last modified: 2008-10-24 16:48:51
You need to log in before you can comment on or make changes to this bug.
Update CoG jars to the latest with fixes for bugs dependent on this bug.
Updated CoG jar with fixes for dependent bugs. Committed to trunk, 4.0 branch and 4.2 branch. For 6498, setting the following property will disable requiring authorization with delegation (with GSI Secure Conversation) ((Stub)port)._setProperty(GSIConstants.AUTHZ_REQUIRED_WITH_DELEGATION, Boolean.FALSE);
Will this new JAR replace cog-jglobus.jar in GT4.0.9 and cog-jglobus-1.4.1.jar in GT4.2.1? If so, what is the version number of this new JAR and where can I get a copy (to upgrade CoG jglobus JAR in GridShib)? Thanks.
Yes, the updated jars will be part of next release. You can get the jars from WSRF code base, here is viewcvs from HEAD and they have version number: http://viewcvs.globus.org/viewcvs.cgi/wsrf/java/common/source/lib/?pathrev=HEAD 4.0 branch jar will not be tagged until release, but you should get the jar from WSRF code base. I am curious: do you actually copy a version of CoG jars? I assumed you just built against the Java WS Core.
Sorry for reopening this bug previously. That wasn't necessary. I wasn't thinking, I guess. (In reply to comment #3) > > http://viewcvs.globus.org/viewcvs.cgi/wsrf/java/common/source/lib/?pathrev=HEAD Thanks, that's exactly what I needed to know. > I am curious: do you actually copy a version of CoG jars? I assumed you just > built against the Java WS Core. GridShib SAML Tools is completely standalone, nothing else required. Download, run 'ant install', done.