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

GlobusPathMatchingResourcePatternResolver bug on Windows #124

Open cerlane opened 10 years ago

cerlane commented 10 years ago

There is an issue in ssl-proxies org.globus.util.GlobusPathMatchingResourcePatternResolver.java The method "antToRegexConverter" can only handle Linux and Mac OSX file pattern and not Windows (). This affects also other classes e.g. org.globus.gsi.X509Credential.java where methods "getCRLStore", "getSigPolStore" and "getTrustStore" use e.g. "/.0" instead of File.separator + ".0".

Francesko90 commented 5 years ago

I think that the problem is * and not /, because I edited all this wildcard with hash of my certificate and now work it.