You can try adding this to your web.xml:
<error-page> <error-code>400</error-code> <location>/yourHomePageURL</location> </error-page>
It may ask the user to login again (the behaviour varies between app-server vendors).
Reply to this message by going to Community
Start a new discussion in Beginner's Corner at Community