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
https://issues.apache.org/bugzilla/show_bug.cgi?id=38483
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comme
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("[");
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
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
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
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/
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=37794
MJ <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
---
12 matches
Mail list logo