CASEFOLD systems magically screw up globs with . or .. in them
--------------------------------------------------------------

                 Key: JRUBY-6135
                 URL: https://jira.codehaus.org/browse/JRUBY-6135
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.6.4
            Reporter: Thomas E Enebo
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.6.5


Dir.glob(".**/") on casefold filesystems (like Windows) will return really 
weird values for "." and "..".  It is based on the fact our code canonicalizes 
and then replaces the "." with it's real name.

--
This message is automatically generated by JIRA.
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


Reply via email to