2 thoughts on “How To Fix Spring Security j_spring_security_check 404 Error”

  1. For Spring 4.x:
    A. access value has to be changed to hasRole(xxx).

    B. Add username-parameter, password-parameter, login-processing-url properties.

    C. login.jsp add one line at the bottom of the form:

    Done.

Leave a Reply

Your email address will not be published. Required fields are marked *