Hello,

in somecases, Tomcat dosn't allow output of an error page for too many active 
sessions.

Reproduction:

1) Configure Tomcat 6 or 7 example application to allow maxActiveSessions=1 
only (e.g. adding /examples/META-INF/context.xml#SimpeSessionManager...)
2) Visit http://localhost:8080/examples/jsp/security/protected
3) delete cookies
4) hit reresh

Shouldshow: Internal Server error 500
But shows: empty page (0 bytes content-length; code 200)

Is there a way to catch this exeption from within your web app? Or is it a bug?

Thanks,

Selaron


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to