4 Replies Latest reply on Oct 31, 2012 11:21 AM by ctomc

    How to fix this the case insensativity issue in JSP on Windows?

    ndipiazza

      Please see this ticket: https://issues.jboss.org/browse/JBVFS-170

       

      In particular, see the WAR file attachment I added to this ticket that reproduces the problem in windows: https://issues.jboss.org/secure/attachment/12358134/reproduce-JBVFS-170.war

       

      So we have:

       

      com/Test.class

      com/test/TestFun.class

       

      test.jsp

       

      <%@ page import="com.test.*" %>

      <% TestFun.doTest(); %>

       

       

      Throws an error in Windows because com/Test.class hides the package com.test.*

       

      This ticket is marked as resolved, but I don't see how the pull request could fix it.

       

      How do I resolve this now that the force case sensative flag doesn't work anymore? (-Djboss.vfs.forceCaseSensitive=true)