Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GlobusPathMatchingResourcePatternResolver bug on Windows #124

Open
cerlane opened this issue Feb 28, 2014 · 1 comment
Open

GlobusPathMatchingResourcePatternResolver bug on Windows #124

cerlane opened this issue Feb 28, 2014 · 1 comment

Comments

@cerlane
Copy link

cerlane commented Feb 28, 2014

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants