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
Tracked the regression down to 141af57 by @donv, which added real-file canonicalization around the original result of File.realpath, causing all URLs to get prefixed with cwd. Obviously we didn't have good testing here (and still don't, though I'll add one for this case).
On JRuby 1.7.17, File.realpath does the following when passed an absolute "classpath:/" path:
On JRuby 1.7.13 (which I happen to have handy because we haven't updated since that version):
The text was updated successfully, but these errors were encountered: