Re: Adding request/session valve to Tomcat

2015-10-29 Thread Milo van der Zee
uest from within the jass loginModule. I checked JASPIC don't read much enthusiasm about it. Good thing would be that it is standardised but how many people change container and so need portability? MAG, Milo 2015-10-28 21:08 GMT+01:00 Christopher Schultz : > Milo, > > On 10/28/

Re: Adding request/session valve to Tomcat

2015-10-28 Thread Milo van der Zee
inally { requestHolder.remove(); } } public static Request getRequest() { return requestHolder.get(); } } MAG, Milo On 10/28/2015 08:57 PM, Christopher Schultz wrote: Milo, On 10/28/15 4:12 AM, Milo van der Zee wrote: With request I me

Re: Adding request/session valve to Tomcat

2015-10-28 Thread Milo van der Zee
the usersession for misc info. I'll have a look into the JASPIC discussion. Thanks. A valve looks simpler though... (but Tomcat specific) MAG, Milo On 10/27/2015 08:17 PM, Christopher Schultz wrote: On 10/25/15 9:40 AM, Milo van der Zee wrote: Hello, There are some default valves

Adding request/session valve to Tomcat

2015-10-25 Thread Milo van der Zee
request info for jaas authentication this could also be used. Thanks for any ideas or comments. MAG, Milo van der Zee - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h

Re: org.apache.tomcat.util.net.AprEndpoint to 100% CPU

2015-06-12 Thread Milo van der Zee
Hello all, Should I submit a bug report? The fact that Tomcat starts consuming 100% CPU as soon as Apache-HTTP is restarted does to me sound like a bug. Without using APR there is no issue. Thanks, Milo On 06/07/2015 08:56 PM, Milo van der Zee wrote: Hello, I'm having trouble wit

org.apache.tomcat.util.net.AprEndpoint to 100% CPU

2015-06-07 Thread Milo van der Zee
pport from server.xml all seems to function as expected and restarting apache does not result in a flood of messages. Any ideas on what could be happening? A bug? Thanks for any help, Milo van der Zee