[
https://issues.jboss.org/browse/JBVFS-170?page=com.atlassian.jira.plugin....
]
Nicholas DiPiazza updated JBVFS-170:
------------------------------------
Attachment: RootFileSystem.java
RootFileSystem.java compare.html
I have attached a change that you can make to the
jboss-vfs/src/main/java/org/jboss/vfs/spi/RootFileSystem.java to copy the previous
functionality of the -Djboss.vfs.forceCaseSensative=true
I added:
<system-properties>
<property name="jboss.vfs.forceCaseSensative"
value="true"/>
</system-properties>
This isn't super efficient as it is.
It would be more efficient to execute the new Windows path checker ONLY if you are looking
at a .class file, as this is the only class adversely effected by this bug.
Support for -Djboss.vfs.forceCaseSensitive=true
-----------------------------------------------
Key: JBVFS-170
URL:
https://issues.jboss.org/browse/JBVFS-170
Project: JBoss VFS
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Environment: windoze
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?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira