Re: how to prevent user access to JSP pages?

2018-08-26 Thread Terence M. Bandoian
On 8/23/2018 4:26 AM, Mark Thomas wrote: On 22/08/18 19:48, Terence M. Bandoian wrote: Back on topic, do JSPs have to be registered with the container using servlet mappings in web.xml or some other mechanism in order to serve as targets of forwards by servlets? Further, does doing so make t

Re: [OT] What can prevent sessions from timeouting apart from real requests

2018-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leon, On 8/24/18 05:25, Leon Rosenberg wrote: > one of the systems we are consulting has encountered a strange > problem. The sessions will build up indefinitely but never expire. > Then, at one point (at 02am in the night, 19K sessions would drop >

Re: org.apache.tomcat.jdbc.pool casting to original connection class

2018-08-26 Thread Alex O'Ree
Perfect, thanks On Fri, Aug 24, 2018, 5:05 PM Torsten Krah wrote: > The isWrapperFor(..) and unwrap(..) methods on the connection API should > work for this. >