Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.3, JRuby 1.6.4
-
Fix Version/s: JRuby 1.6.5
-
Component/s: None
-
Labels:None
-
Environment:Windows 7, 64-bit
-
Number of attachments :
Description
Ruby 1.8.7
code: folders = Dir.glob("**/")
result: aaa, aaa/user, bbb, bbb/user
Jruby 1.6.4
code: folders = Dir.glob("**/")
result: aaa/aaa, aaa/user/user, bbb/bbb, bbb/user/user