File.open throws Errno::ENOENT when file inside jar is accessed using ".."
(doubledot) in the path
--------------------------------------------------------------------------------------------------
Key: JRUBY-4760
URL: http://jira.codehaus.org/browse/JRUBY-4760
Project: JRuby
Issue Type: Bug
Reporter: Benjamin Owe
Assignee: Thomas E Enebo
Fix For: JRuby 1.5.0.RC1
File.open throws Errno::ENOENT when file inside jar is accessed using ".."
(doubledot) in the path, thus
File.open("file:/path/to/some.jar!/somefile.txt") works
File.open("file:/path/to/some.jar!/somedir/../somefile.txt) fails with
Errno::ENOENT
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email