I appear to be having a problem with caching when using sendRedirect.
I have two filters:
The first creates/loads a user profile and stores it in the session.
The second checks to see if the user profile id is contained in the query string, if
not it uses a sendRedirect to the same url but with t
I am using the DCBP connection pooling with Tomcat 4.1.12. Everything works fine
except when a connection dies because of some external factor (In my case it is a
clearing of the the Cisco Routers xlate table which causes a SocketException). When
this happens the JDBC driver I am using throws an