Re: Single Signon without Cookies

2013-12-11 Thread Brian Burch
On 10/12/13 18:02, Mark Thomas wrote: On 10/12/2013 17:13, Brian Burch wrote: Some background first: I made a lot of changes to the Authenticator test classes some time ago. That led to changes to some of the Authenticator classes. The test classes are basically in pairs - with and without SSO.

Re: Notification strategy for OutOfMemoryError

2013-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bill, On 12/9/13, 8:20 PM, Bill Davidson wrote: On 12/9/2013 3:12 PM, Christopher Schultz wrote: Was it a transient error, or a chronic condition? A single thread can, for instance, spew objects into its stack or eden space exhausting memory

Re: Single Signon without Cookies

2013-12-11 Thread selvakumar netaji
Hi Brian, Can you send us some sample unit tests if it doesn't violate any laws or infringements.

Re: Notification strategy for OutOfMemoryError

2013-12-11 Thread Bill Davidson
On 12/11/2013 7:14 AM, Christopher Schultz wrote: 3. cath IOException in a filter and set an application attribute. Check this attribute from your monitor. I've been considering doing this, because I can rig it so that the error handler does not actually require any memory to run. The problem

Re: Single Signon without Cookies

2013-12-11 Thread Brian Burch
On 11/12/13 16:47, selvakumar netaji wrote: Hi Brian, Can you send us some sample unit tests if it doesn't violate any laws or infringements. Like tomcat itself, the unit tests are open source. The tests are all in the tc7 and tc8 repositories! Just do a svn checkout or browse them online.

Proposal to contribute a SyslogAccessLogValve to the Tomcat project

2013-12-11 Thread Cyrille Le Clerc
Dear Tomcat community, We at CloudBees implemented a SyslogAccessLogValve that outputs the access logs to a syslog server. The support of Syslog is more detailed that what we can usually find in java logging libraries as it allows to * configure all the syslog header fields: appName, source

Question on bug# 53267 in tomcat 7.0.47

2013-12-11 Thread bharath chinnadurai maharajan
Hello, This is my first post to the tomcat forum, so please excuse of any errors. I am looking at a fix for one of the bug (bug id#53267) in Catalina. Ref - https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 The bug is in RESOLVED FIXED state. As per this bug, the one hr time interval

Re: Question on bug# 53267 in tomcat 7.0.47

2013-12-11 Thread Mark Thomas
On 11/12/2013 19:36, bharath chinnadurai maharajan wrote: Hello, This is my first post to the tomcat forum, so please excuse of any errors. I am looking at a fix for one of the bug (bug id#53267) in Catalina. Ref - https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 The bug is in

Re: Question on bug# 53267 in tomcat 7.0.47

2013-12-11 Thread bharath chinnadurai maharajan
Hi Mark, Thanks for the quick reply. That explains. I should have looked into comment 11, my bad. -- Bharath On Wed, Dec 11, 2013 at 2:52 PM, Mark Thomas ma...@apache.org wrote: On 11/12/2013 19:36, bharath chinnadurai maharajan wrote: Hello, This is my first post to the tomcat forum, so

Re: Proposal to contribute a SyslogAccessLogValve to the Tomcat project

2013-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cyrille, On 12/11/13, 1:49 PM, Cyrille Le Clerc wrote: Dear Tomcat community, We at CloudBees implemented a SyslogAccessLogValve that outputs the access logs to a syslog server. The support of Syslog is more detailed that what we can

Re: Notification strategy for OutOfMemoryError

2013-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bill, On 12/11/13, 12:53 PM, Bill Davidson wrote: On 12/11/2013 7:14 AM, Christopher Schultz wrote: 3. cath IOException in a filter and set an application attribute. Check this attribute from your monitor. I've been considering doing this,

Re: Notification strategy for OutOfMemoryError

2013-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bill, On 12/11/13, 12:53 PM, Bill Davidson wrote: On 12/11/2013 7:14 AM, Christopher Schultz wrote: 3. cath IOException in a filter and set an application attribute. Check this attribute from your monitor. I've been considering doing this,

Minor grammar glitch in a Websocket exception message.

2013-12-11 Thread Igor Urisman
As seen in 8.0.0 RC5: java.lang.IllegalStateException: javax.websocket.DeploymentException: Multiple Endpoints may not be deployed to using the same path [/conntestCloseEndpoint] IMHO, the message can't make up its mind between to the same path and using the same path. -Igor.

Re: Notification strategy for OutOfMemoryError

2013-12-11 Thread André Warnier
Guys, just wondering.. The original issue of the OP was to be notified ASAP when an OOM occurs. And he indicated that an OOM resulted in a message in the logs. So, something is already catching the OOM exception, to write this line in the logs. On the other hand, there is ample literature