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 Windows #121

Closed romainreuillon closed 10 years ago

romainreuillon commented 10 years ago

The regexp don't work on windows paths for CACertificates directory. JGlobus throws invalid escape character exception in the case of windows paths. This patch fixes it.

kofemann commented 10 years ago

did you verified, that this fix does not break unix behavior?

romainreuillon commented 10 years ago

Yes I did, it still works.