File.expand_path (from inside a jar) uses %20 instead of space characters
-------------------------------------------------------------------------
Key: JRUBY-3499
URL: http://jira.codehaus.org/browse/JRUBY-3499
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.1.6
Reporter: Logan Barnett
Assignee: Nick Sieger
Fix For: JRuby 1.1.6
These globs are created with Dir.glob. The first is unmodified. The second is
replacing the %20 with a space.
{noformat}
glob:
file:/Users/logan/dev/skywire/package/space%20jar/skywire-interface.jar!/**/*
modified glob: file:/Users/logan/dev/skywire/package/space
jar/skywire-interface.jar!/**/*
{noformat}
The modified version works, while the %20 version (which comes from
File.expand_path) does not.
--
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