2 Replies Latest reply on Sep 13, 2007 4:11 PM by adlepoo

    Form based auth is successful but gives HTTP 408 error

    jhondoe

      Hi,

      I am using Jboss 4.0.2 and developing form based login system. All configuration seems to be ok, but result is HTTP 408 error. When I look in to the log file, then I see following:

      11.10.2005 09:32:02 Security checking request POST /louis/j_security_check
      11.10.2005 09:32:02 Security checking request POST /louis/j_security_check
      11.10.2005 09:32:02 Authenticating username 'user'
      11.10.2005 09:32:02 Authenticating username 'user'
      11.10.2005 09:32:03 Authentication of 'user' was successful
      11.10.2005 09:32:03 Authentication of 'user' was successful
      11.10.2005 09:32:03 User took so long to log on the session expired
      11.10.2005 09:32:03 User took so long to log on the session expired
      11.10.2005 09:32:03 Failed authenticate() test ??/louis/j_security_check
      11.10.2005 09:32:03 Failed authenticate() test ??/louis/j_security_check
      

      I have search around in google and jboss forum.I have some small advices found but non of them lead me to success
      What could be the problem?

      Thanks