You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: