DO NOT REPLY [Bug 50519] New: When CometProcessor with KeepAlive, Tomcat send a TCP RST packet

2010-12-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50519 Summary: When CometProcessor with KeepAlive, Tomcat send a TCP RST packet Product: Tomcat 6 Version: 6.0.20 Platform: PC Status: NEW Severity: normal

DO NOT REPLY [Bug 50518] jps.exe and jvisualvm.exe cannot detect tomcat using jdk1.6.0_23

2010-12-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50518 Pid changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Tomcat 7 & regex

2010-12-24 Thread Mark Thomas
There are a number of configuration properties defined as "comma separated regular expressions". As someone pointed out at at ApacheCon that is a little odd. It stops "," being used in an expression and is inefficient. Having just been bitten by this while setting up the new Jira instance, I inten

Re: Tomcat 7 & regex

2010-12-24 Thread Tim Funk
+0.5 - I wonder if in some cases - it may be preferable to use a property called split which lets the user define the separator which we can pass to String.split(). [Which OTOH may be more confusing (yet powerful) since the user is using a regex to split get a list of regex] -Tim On 12/24/201