hi list,

ok, maybe my 1st story was a bit too long to catch the reader's
interest, no i'll try it with a shorter version:

when using an authenticated ssl-session with a formlogin (jsp), if the
session times out while the user is entering his login-data (i.e. the
user gets interrupted), tomcat just delivers a "connection reset" -
error-message

this is caused by the following line in tomcat-code (5.0.28):

           hres.sendError(HttpServletResponse.SC_REQUEST_TIMEOUT,

Now what I want is, that in case of this timeout-message the user is
forwarded to my logon-page again, however, I haven't found any way to
do this except subclassing FormAuthenticator and write my own code,
which I'd like to avoid.

Now could anybody please point me into the right direction or tell me
what I'm missing here?

TIA

Greg
--
what's puzzlin' you, is the nature of my game

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to