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".
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".