JBoss AS7.1.1, Windows 7 - I have WEB.pdf in my JBoss and in JSP an anchor tag refers that pdf as 'web.pdf'.
When I click the link, the pdf not getting displayed, due to case difference. If I change the anchor tag href to 'WEB.pdf', it works.
How can I make JBoss to be case insensitive? So that 'web.pdf' link also works.
That is not possible, but you can write a filter or a servlet to do that or use a case insensitive file system.