-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
REGRESSION - File.realpath fails on classpath paths #4612
Comments
Problem appears to be here:
This call to canonicalizePath is implemented as follows:
That |
Seems to have been fixed in 9.1.10.0. |
The new behaviour is:
I remember I had commented on slash direction in |
just our of curiosity - does this also happen for `uri:classloader:/
path/to/this/TestRubyFile.class` as `classpath:/` is 'translated' to
`uri:classloader` when resolving to `Resource` objects ?
|
Tried
|
Environment
JRuby 9.1.9.0
Windows only
Test Case
Expected Behavior
Test should pass, like it did on JRuby 9.0.5.0.
Actual Behavior
Test now fails:
I'm not sure where it pulled the "BY" from, but the slashes are in the wrong direction too.
The text was updated successfully, but these errors were encountered: