]
Robb Greathouse commented on JBVFS-170:
---------------------------------------
We have a client who is complaining that EAP 6.4 is resolving names on windows as case
insensitive.
They are telling me that the fix was rejected?
Support for -Djboss.vfs.forceCaseSensitive=true
-----------------------------------------------
Key: JBVFS-170
URL:
https://issues.jboss.org/browse/JBVFS-170
Project: JBoss VFS
Issue Type: Feature Request
Environment: windows
Reporter: Jean-Frederic Clere
Assignee: Ales Justin
Priority: Minor
Fix For: 3.0.1.GA
Attachments: reproduce-JBVFS-170.war, RootFileSystem.java, RootFileSystem.java
compare.html
For windoze Toto.class, TOTO.class, toto.class etc are the same file. When using JSP a
class name Toto.class may hide a package toto.
In AS5/6 it is fixed using -Djboss.vfs.forceCaseSensitive=true
How is this handled in VFS3?