Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BZ-1127999] JBOSS JSP class loading problem due to case insensitivity #22

Merged
merged 1 commit into from Dec 18, 2014

Conversation

elguardian
Copy link
Contributor

BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1127999
Jira: https://issues.jboss.org/browse/JBVFS-199

realRoot must be canonical. When getFile is invoked and the
realRoot provided is not the exact match the vfs creates a
non-canonical form of the file. This could lead when the flag
-Djboss.vfs.forceCaseSensitive=true is set to fail on windows.
(this happens when the realRoot comes from an env vars, i.e jboss.server.temp.dir)

realRoot must be canonalize. When getFile is invoked and the 
realRoot provided is not the exact match the vfs creates a 
non-canonical form of the file. This could lead when the flag
-Djboss.vfs.forceCaseSensitive=true is set to fail on windows.
ctomc added a commit that referenced this pull request Dec 18, 2014
[BZ-1127999]  JBOSS JSP class loading problem due to case insensitivity
@ctomc ctomc merged commit 33ffdf9 into jbossas:3.2 Dec 18, 2014
@elguardian elguardian deleted the BZ-1127999 branch December 18, 2014 20:41
@ctomc
Copy link
Member

ctomc commented Jan 5, 2015

Fix is part of 3.2.9.Final release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants