Re: Intermittent blank page after log-n

2007-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, Steve Mitchell wrote: > I saw a "connection already closed" message from one of my DAOs and I > found a SQLExceptions from MOD_JK. mod_jk shouldn't be throwing any exceptions. I think you mean that the database driver is doing that. > It look

Intermittent blank page after log-n

2007-12-14 Thread Steve Mitchell
Chris, To answer your question, Chris, I do a post to j_security_check. Actually, my "login" link really just does a GET for a secured resource and Tomcat serves up a standard j_security_check form. I only post j_username and j_password, so don't expect max size to be a problem. I was not able

Re: Intermittent blank page after log-n

2007-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, Steve Mitchell wrote: > I'm using a JDBC realm with a site and sometimes when you try to > access a secured resource you get a blank page after logging in. You > have to refresh the page to get the secured resource to appear. After > that ever

Intermittent blank page after log-n

2007-12-13 Thread Steve Mitchell
I'm using a JDBC realm with a site and sometimes when you try to access a secured resource you get a blank page after logging in. You have to refresh the page to get the secured resource to appear. After that everything works great. I'm using SSL now, but this happened before I was using SSL. Auth