-
-
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
JRuby 1.7.16's complete.jar has a path regression from 1.7.15 #2032
Comments
This manifests itself with JRuby 1.7.16.1 too:
The way that I've reproduced this is by changing the version in this file and the running |
yes, jruby-1.7.16.1 only fixed this security issue and removed the extra unused files from jruby-complete.jar. everything else is the same as 1.7.16 - so no bug fixes :( |
@mkristian yeah, I didn't expect 1.7.16.1 to fix this issue in particular, I just wanted to bump the ticket :) |
a simple way to reproduce it:
|
fixed with f54a41f |
complements the fix for #2032 with a test case for testing File.exists?, File.directory? and File.file? executing jruby without native enabled. Sponsord by Lookout Inc.
complements the fix for jruby#2032 with a test case for testing File.exists?, File.directory? and File.file? executing jruby without native enabled. Sponsord by Lookout Inc.
Will result in:
This fails for 1.7.16 but works fine with 1.7.15
The text was updated successfully, but these errors were encountered: