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
https://issues.apache.org/bugzilla/show_bug.cgi?id=50518
Pid changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
+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