jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

MyProxy client in JGlobus 2.0.5 missing features/fixes from JGlobus 2.0.0 #98

Closed jbasney closed 11 years ago

jbasney commented 11 years ago

The MyProxy client in JGlobus 2.0.0 used sources as documented at http://grid.ncsa.illinois.edu/myproxy/jglobus/ but it appears JGlobus 2.0.5 ships with a MyProxy client forked from older sources that are missing features and bug fixes. I posted to the jglobus-dev list about it:

https://groups.google.com/forum/?fromgroups#!topic/jglobus-dev/kr7AUW66uls

I'm happy to retire the MyProxy sources used in JGlobus 2.0.0 in favor of the MyProxy sources maintained/supported by this JGlobus GitHub project, but I suggest pulling in our fixes so users aren't bitten by the same issues again.

bbockelm commented 11 years ago

Hi Jim,

Can you create a pull request for the missing pieces?

Brian

jbasney commented 11 years ago

To help me create a diff, can you tell me what MyProxy sources you forked from?

bbockelm commented 11 years ago

I wasn't the original contributor of myproxy; here's the pull request from @romainreuillon:

https://github.com/jglobus/JGlobus/pull/34

smarru commented 11 years ago

Thanks Jim for the PR #104, since its committed to master, I am closing this issue.