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

Fix for issue 102 #103

Closed thejkane closed 11 years ago

thejkane commented 11 years ago

Adding a fix for issue-102 ([1]) Also added a test case.

Fix - Currently cache is index by hash generated using encoded principal. Changed cache to index values by DN.

[1] https://github.com/jglobus/JGlobus/issues/102

smarru commented 11 years ago

Hi Amila, Can you please also take this pull for the 2.0.6 branch?

thejkane commented 11 years ago

On Sun, Aug 11, 2013 at 11:44 AM, Suresh Marru notifications@github.comwrote:

Hi Amila, Can you please also take this pull for the 2.0.6 branch?

Sure, Suresh. Possibly tonight I will create a pull request for 2.0.6 branch.

Thanks Amila

— Reply to this email directly or view it on GitHubhttps://github.com/jglobus/JGlobus/pull/103#issuecomment-22459681 .

thejkane commented 11 years ago

Hi Suresh,

I am facing some issues pushing changes to 2.0.6 branch. Could you please check whether you can directly merge pull request [1] to 2.0.6 branch ?

[1] https://github.com/jglobus/JGlobus/pull/103

Thanks Amila

On Sun, Aug 11, 2013 at 12:59 PM, Amila Jayasekara thejaka.amila@gmail.comwrote:

On Sun, Aug 11, 2013 at 11:44 AM, Suresh Marru notifications@github.comwrote:

Hi Amila, Can you please also take this pull for the 2.0.6 branch?

Sure, Suresh. Possibly tonight I will create a pull request for 2.0.6 branch.

Thanks Amila

— Reply to this email directly or view it on GitHubhttps://github.com/jglobus/JGlobus/pull/103#issuecomment-22459681 .

smarru commented 11 years ago

Amila, I cherry picked the commits from this PR into 2.0.6 branch.