DO NOT REPLY [Bug 38483] access log valve uses simpledateformat in tread-unsafe way

2008-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38483 --- Comment #7 from Tony <[EMAIL PROTECTED]> 2008-04-04 01:35:47 PST --- Is this bug going to be fixed and what additional comments you may need? As we know it's very hard to reproduce this errors. Thanks -- Configure bugmail: https

DO NOT REPLY [Bug 38483] access log valve uses simpledateformat in tread-unsafe way

2008-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38483 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEEDINFO|NEW --- Comme

DO NOT REPLY [Bug 38483] access log valve uses simpledateformat in tread-unsafe way

2008-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38483 --- Comment #9 from Peter Rossbach <[EMAIL PROTECTED]> 2008-04-04 05:26:40 PST --- The question is also: How we can fix it: Critical section at AccessLogValve is (LL 581 (current tomcat 5.5 trunk): result.append("[");

DO NOT REPLY [Bug 38483] access log valve uses simpledateformat in tread-unsafe way

2008-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38483 --- Comment #10 from Rainer Jung <[EMAIL PROTECTED]> 2008-04-04 05:34:35 PST --- Since we are collecting ideas: - FastDateFormat from commons.lang - Joda Time (also seems to be ASL licensed) Both would add another foreign dependency

DO NOT REPLY [Bug 38483] access log valve uses simpledateformat in tread-unsafe way

2008-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38483 --- Comment #11 from Tim Funk <[EMAIL PROTECTED]> 2008-04-04 05:52:05 PST --- In this case - syncs aren't really that evil. All the syncing is occuring during the logging phase. Which occurs after the request has been served to the clie

DO NOT REPLY [Bug 38483] access log valve uses simpledateformat in tread-unsafe way

2008-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38483 --- Comment #12 from Niall Pemberton <[EMAIL PROTECTED]> 2008-04-04 07:47:02 PST --- I don't see that theres a problem any more - the block that uses most (i.e. all except fileDateFormatter) of the SimpleDateFormats is now in a synchro

svn commit: r644858 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2008-04-04 Thread fhanik
Author: fhanik Date: Fri Apr 4 12:48:34 2008 New Revision: 644858 URL: http://svn.apache.org/viewvc?rev=644858&view=rev Log: fix sendfile, incorrect if else statements Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/

svn commit: r644860 - /tomcat/trunk/webapps/docs/changelog.xml

2008-04-04 Thread fhanik
Author: fhanik Date: Fri Apr 4 12:51:52 2008 New Revision: 644860 URL: http://svn.apache.org/viewvc?rev=644860&view=rev Log: doco update for the latest change Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/view

svn commit: r644861 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-04-04 Thread fhanik
Author: fhanik Date: Fri Apr 4 12:54:17 2008 New Revision: 644861 URL: http://svn.apache.org/viewvc?rev=644861&view=rev Log: add proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re

svn commit: r644865 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-04-04 Thread fhanik
Author: fhanik Date: Fri Apr 4 12:56:32 2008 New Revision: 644865 URL: http://svn.apache.org/viewvc?rev=644865&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=64486

svn commit: r644871 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-04-04 Thread fhanik
Author: fhanik Date: Fri Apr 4 13:01:59 2008 New Revision: 644871 URL: http://svn.apache.org/viewvc?rev=644871&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=64487

DO NOT REPLY [Bug 37794] getParameter() fails on POST with transfer-encoding: chunked

2008-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37794 MJ <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] ---