[jboss-user] [Beginner's Corner] - Re: j_security_check returning 400 error

Stephen Coy do-not-reply at jboss.com
Sun Apr 29 00:17:24 EDT 2012


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&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120429/afdfa1e4/attachment.html 


More information about the jboss-user mailing list