Hi
All calls to *.faces are working OK with Faces
Servlet. If a client requests a
JSF jsp directly (with .jsp instead of .faces) the server shows an exception stack trace.
What I want to do is to send all direct requests to jsp to an error servlet. The problem I have is that when I set up a servlet mapping in the web.xml file I am redirected to my Error Servlet even when calling a file with the .faces extension.
Has anyone done anything similar or know of a way around this?
Many thanks