Re: HTTP Status 408

2006-02-01 Thread scott soward
Thank you Tim, I'll try your suggestions.
Scott

--- Tim Funk <[EMAIL PROTECTED]> wrote:

> The code says (in FormAuthenticator)
>  if (session == null)
>  session =
> request.getSessionInternal(false);
>  if (session == null) {
>  if (containerLog.isDebugEnabled())
>  containerLog.debug
>  ("User took so long to log on
> the session expired");
> 
>
response.sendError(HttpServletResponse.SC_REQUEST_TIMEOUT,
>
> sm.getString("authenticator.sessionExpired"));
>  return (false);
>  }
> 
> With the login form, a Session should be created.
> (Not quite an HttpSession, 
> but pretty close to it) This Session also holds
> authentication information to 
> send you back to the right location after login. For
> some reason a session 
> can't be found. Why? I have no clue. It could be
> that the session expired, or 
> it could be a session cookie is not being sent (for
> any number of reasons), 
> or something else.
> 
> To debug it, livehttpheaders and firefox might be
> helpful.
> 
> -Tim
> 
> scott soward wrote:
> 
> > I am getting this error occasionally and am unable
> to
> > figure out the problem.
> > 
> > --
> > HTTP/1.1 408 The time allowed for the login
> process
> > has been exceeded. 
> > If you wish to continue you must either click back
> > twice and re-click 
> > the link you requested or close and re-open your
> > browser
> > --
> > 
> > I would really appreciate any suggestions about
> > resolving this issue.
> > It only happens when a valid user/password are
> used to
> > login into a tomcat app. If an invalid
> user/password
> > are used, I get correctly redirected to an error
> page.
> > Thank you,
> > Scott
> >  
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



HTTP Status 408

2006-02-01 Thread scott soward
I am getting this error occasionally and am unable to
figure out the problem.

--
HTTP/1.1 408 The time allowed for the login process
has been exceeded. 
If you wish to continue you must either click back
twice and re-click 
the link you requested or close and re-open your
browser
--

I would really appreciate any suggestions about
resolving this issue.
It only happens when a valid user/password are used to
login into a tomcat app. If an invalid user/password
are used, I get correctly redirected to an error page.
Thank you,
Scott


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



408 errors

2006-01-30 Thread scott soward
I have been searching for info about this error beyond
just the api and I have been unable to find much. Does
anyone have any suggestions on resolving this error,
or locations of documentation? I am using realms with
Tomcat 5.0.28 and get 408 errors on some client side
computers as they login. The problem seems isolated
enough to conclude that it may be specific to the
clients browser. However, I still need to figure what
they can do to avoid getting this error.
Thanks, 
Scott

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]