Stephen Coy [
https://community.jboss.org/people/sfcoy] created the discussion
"Re: j_security_check returning 400 error"
To view the discussion, visit:
https://community.jboss.org/message/732842#732842
--------------------------------------------------------------
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
[
https://community.jboss.org/message/732842#732842]
Start a new discussion in Beginner's Corner at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]