1 Reply Latest reply on May 7, 2003 7:36 AM by adrian.brock

    making application URL case in-sensitive

    suhas

      Hello,

      I have created an application (say hello.war) and deployed successfully into JBoss. When I tried to access the application, with localhost:8080/hello/index.html I will be taken to my application. I want to make the URL case insensitive.i.e., even if user types //host:8080/Hello/index.html or //host:8080/HELLO/index.html, user should be taken to hello application itself. How can I make this possible?

      Thanks in advance,
      Suhas