1 Reply Latest reply on Dec 20, 2004 4:15 AM by wxwang

    Error about j_security_check

    wxwang

      Hello everyone

      When I use action=j_security_check in my login.jsp, it goes to Http 400 Error on the web page without any error log in the Server.log file.

      From broswer
      >HTTP Status 400 - Invalid direct reference to form login page
      >
      >--------------------------------------------------------------------------------
      >
      >type Status report
      >
      >message Invalid direct reference to form login page
      >
      >description The request sent by the client was syntactically incorrect (Invalid direct reference to form login page).
      >
      >
      >--------------------------------------------------------------------------------
      >
      >Apache Tomcat/5.0.28

      If I inputed a bad password, the server.log file showed bad password.

      Who can tell me why?

      Thanks in advance

        • 1. Re: Error about j_security_check
          wxwang

          The document said if the authentification succeed, the page will move to index.jsp. But in my case it is not working.

          On the contra, it goes to the page I defined, when the authentification unsucceed.