
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
patch_2524.diff (4 kb)
|
|
Environment:
|
Mac OSX Tiger, Jruby 1.1.1
|
|
|
URI prefixes on file paths cause some methods in File to throw exceptions. Try File.exists? "file:/" from jirb for a sample.
|
|
Description
|
URI prefixes on file paths cause some methods in File to throw exceptions. Try File.exists? "file:/" from jirb for a sample. |
Show » |
|
require/load have lots of file: logic, but I have no checked to see if it does the same unguarded indexOf check.