-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
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
-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
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