Bugzilla – Bug 4612
[patch] support myproxy certificate-based credential renewal
Last modified: 2006-10-12 07:54:54
You need to log in before you can comment on or make changes to this bug.
The following patches add support for certificate-based credential renewal to the MyProxy Java API. This functionality has been available for the MyProxy C clients for many years, and it has been requested by portal developers. Please include this functionality in future releases.
Created an attachment (id=1013) [details] patch to jglobus/src/org/globus/myproxy/MyProxy.java to support certificate-based credential renewal
Created an attachment (id=1014) [details] patch to jglobus/src/org/globus/tools/MyProxy.java to use new certificate-based renewal functionality
Patch was committed to trunk with some minor changes (mainly how the authzcreds are passed around). Also, added a test case for this feature. Committed the updated cog-jglobus.jar to java ws core trunk. Thanks a lot for the patch!
Thank you, Jim and Jarek. Can you roll a new release of jglobus, Jarek, with an updated version number and changelog, so we can update our copy of jglobus? Thank you again - Jay TIn reply to comment #3) > Patch was committed to trunk with some minor changes (mainly how the authzcreds > are passed around). Also, added a test case for this feature. Committed the > updated cog-jglobus.jar to java ws core trunk. > Thanks a lot for the patch! (In reply to comment #3) > Patch was committed to trunk with some minor changes (mainly how the authzcreds > are passed around). Also, added a test case for this feature. Committed the > updated cog-jglobus.jar to java ws core trunk. > Thanks a lot for the patch!
Is this patch included in the jglobus distributed with gt4.0.3?
(In reply to comment #5) > Is this patch included in the jglobus distributed with gt4.0.3? > I'd also like to know that! From what I can see it is not, I don't see any methods which seem to allow renewal.
(In reply to comment #5) > Is this patch included in the jglobus distributed with gt4.0.3? I can confirm that the patch is not included in the cog-jglobus.jar in GT 4.0.3. It is currently only available via jglobus CVS as documented at <http://wiki.cogkit.org/index.php/Java_CoG_Kit_Installation_Guide#Development_Distribution>.
Btw, if you are still interested these patches were included in the 1.4 version of CoG JGlobus just released. Please see: http://dev.globus.org/wiki/CoG_JGlobus_1.4
(In reply to comment #8) > Btw, if you are still interested these patches were included in the 1.4 version > of CoG JGlobus just released. Please see: > http://dev.globus.org/wiki/CoG_JGlobus_1.4 Thanks!