Bug report for Tomcat Native [2013/02/17]

2013-02-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2013/02/17]

2013-02-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2013/02/17]

2013-02-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2013/02/17]

2013-02-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2013/02/17]

2013-02-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2013/02/17]

2013-02-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2013/02/17]

2013-02-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 54571] Race condition when handling comet event in thread other than the serving servlet

2013-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54571 --- Comment #1 from David Wang --- After some long sequence of test above, I got a bizarre response with header Transfer-Encoding: chunked. === Sometimes the response has header, but the chunked body has size 0 indicating the e

[Bug 54571] New: Race condition when handling comet event in thread other than the serving servlet

2013-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54571 Bug ID: 54571 Summary: Race condition when handling comet event in thread other than the serving servlet Product: Tomcat 6 Version: 6.0.36 Hardware: PC

svn commit: r1446970 - /tomcat/trunk/java/org/apache/jasper/Constants.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 22:35:00 2013 New Revision: 1446970 URL: http://svn.apache.org/r1446970 Log: UCDetector - reduce visibility Modified: tomcat/trunk/java/org/apache/jasper/Constants.java Modified: tomcat/trunk/java/org/apache/jasper/Constants.java URL: http://svn.apache.org/vi

svn commit: r1446969 - /tomcat/trunk/java/org/apache/jasper/Constants.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 22:33:56 2013 New Revision: 1446969 URL: http://svn.apache.org/r1446969 Log: Remove unused constants Modified: tomcat/trunk/java/org/apache/jasper/Constants.java Modified: tomcat/trunk/java/org/apache/jasper/Constants.java URL: http://svn.apache.org/viewvc/tom

svn commit: r1446968 - in /tomcat/trunk/java/org/apache/jasper/xmlparser: XMLChar.java XMLEncodingDetector.java XMLStringBuffer.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 22:33:26 2013 New Revision: 1446968 URL: http://svn.apache.org/r1446968 Log: UCDetector - use final - reduce visibility - remove unused code Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/XMLChar.java tomcat/trunk/java/org/apache/jasper/xmlparser

svn commit: r1446966 - in /tomcat/trunk/java/org/apache/jasper/xmlparser: ASCIIReader.java ParserUtils.java SymbolTable.java TreeNode.java UCSReader.java UTF8Reader.java XMLChar.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 22:26:32 2013 New Revision: 1446966 URL: http://svn.apache.org/r1446966 Log: UCDetector - use final - reduce visibility - remove unused code Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/ASCIIReader.java tomcat/trunk/java/org/apache/jasper/xmlpa

svn commit: r1446965 - /tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEncodingDetector.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 22:25:59 2013 New Revision: 1446965 URL: http://svn.apache.org/r1446965 Log: literal is never set so is always false Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEncodingDetector.java Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEnco

svn commit: r1446964 - /tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEncodingDetector.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 22:23:05 2013 New Revision: 1446964 URL: http://svn.apache.org/r1446964 Log: mayReadChunks is always false Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEncodingDetector.java Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEncodingDetect

svn commit: r1446963 - /tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEncodingDetector.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 22:20:04 2013 New Revision: 1446963 URL: http://svn.apache.org/r1446963 Log: fAllowJavaEncodings is never set so is always false Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/XMLEncodingDetector.java Modified: tomcat/trunk/java/org/apache/jasper/xmlpa

svn commit: r1446959 - /tomcat/trunk/java/org/apache/jasper/xmlparser/EncodingMap.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 21:58:21 2013 New Revision: 1446959 URL: http://svn.apache.org/r1446959 Log: UCDetector - reduce visibility - remove unused code Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/EncodingMap.java Modified: tomcat/trunk/java/org/apache/jasper/xmlparser/E

svn commit: r1446956 - /tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/Util.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 21:50:33 2013 New Revision: 1446956 URL: http://svn.apache.org/r1446956 Log: Fix a couple of TODOs Modified: tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/Util.java Modified: tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/Util.java URL: http://svn.a

svn commit: r1446955 - in /tomcat/trunk/java/org/apache/jasper: servlet/JspCServletContext.java tagplugins/jstl/Util.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 21:48:59 2013 New Revision: 1446955 URL: http://svn.apache.org/r1446955 Log: UCDetector - use final - reduce visibility Modified: tomcat/trunk/java/org/apache/jasper/servlet/JspCServletContext.java tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/Util.j

svn commit: r1446954 - /tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 21:47:52 2013 New Revision: 1446954 URL: http://svn.apache.org/r1446954 Log: Typo Modified: tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java Modified: tomcat/trunk/java/org/apache/jasper/util/FastRemovalDequeue.java URL: http://svn.apache.org/v

svn commit: r1446952 - in /tomcat/trunk/java/org/apache/jasper/runtime: JspContextWrapper.java JspFactoryImpl.java JspRuntimeLibrary.java JspWriterImpl.java PageContextImpl.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 21:31:51 2013 New Revision: 1446952 URL: http://svn.apache.org/r1446952 Log: UCDetector - use final - reduce visibility - remove unused code Modified: tomcat/trunk/java/org/apache/jasper/runtime/JspContextWrapper.java tomcat/trunk/java/org/apache/jasper/r

svn commit: r1446949 - /tomcat/trunk/TOMCAT-NEXT.txt

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 20:57:04 2013 New Revision: 1446949 URL: http://svn.apache.org/r1446949 Log: naming was reviewed with UCDetector in r1225625 Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEX

svn commit: r1446948 - /tomcat/trunk/TOMCAT-NEXT.txt

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 20:55:55 2013 New Revision: 1446948 URL: http://svn.apache.org/r1446948 Log: juli was reviewed with UCDetector in r1225467 Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.

svn commit: r1446947 - /tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 20:53:28 2013 New Revision: 1446947 URL: http://svn.apache.org/r1446947 Log: Remove incomplete comment Modified: tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java Modified: tomcat/trunk/java/org/apache/juli/logging/DirectJDKLog.java URL: http://svn.a

svn commit: r1446917 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties WsSession.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 17:36:48 2013 New Revision: 1446917 URL: http://svn.apache.org/r1446917 Log: Fix a couple of logging TODOs Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Modified:

Re: Jasper: "use of final," "reduce visibility"

2013-02-16 Thread Nick Williams
On Feb 16, 2013, at 10:51 AM, Mark Thomas wrote: > On 16/02/2013 16:42, Nick Williams wrote: >> Mark, >> >> I've noticed in the past few days you've committed several change >> sets with comments like "use of final" and "reduce visibility" >> (mostly the latter). I'm trying to understand the Tom

Re: Jasper: "use of final," "reduce visibility"

2013-02-16 Thread Mark Thomas
On 16/02/2013 16:42, Nick Williams wrote: Mark, I've noticed in the past few days you've committed several change sets with comments like "use of final" and "reduce visibility" (mostly the latter). I'm trying to understand the Tomcat source code better so that I can potentially contribute more i

Jasper: "use of final," "reduce visibility"

2013-02-16 Thread Nick Williams
Mark, I've noticed in the past few days you've committed several change sets with comments like "use of final" and "reduce visibility" (mostly the latter). I'm trying to understand the Tomcat source code better so that I can potentially contribute more in the future, and I'm wondering what the

svn commit: r1446912 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 16:29:46 2013 New Revision: 1446912 URL: http://svn.apache.org/r1446912 Log: Suppress false positive Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http://svn.apache.org/viewvc

svn commit: r1446910 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointBase.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 16:13:24 2013 New Revision: 1446910 URL: http://svn.apache.org/r1446910 Log: Fix Findbugs warning Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointBase.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointBase.jav

svn commit: r1446909 - /tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteCond.java

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 16:09:39 2013 New Revision: 1446909 URL: http://svn.apache.org/r1446909 Log: Fix Findbugs warnings Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteCond.java Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteCond.java UR

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

2013-02-16 Thread markt
Author: markt Date: Sat Feb 16 14:56:51 2013 New Revision: 1446901 URL: http://svn.apache.org/r1446901 Log: Whitespace police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chang

Re: svn commit: r1446712 - /tomcat/native/branches/1.1.x/xdocs/news/2013.xml

2013-02-16 Thread Rainer Jung
On 16.02.2013 07:28, Mladen Turk wrote: > On 02/15/2013 07:07 PM, rj...@apache.org wrote: >> Author: rjung >> >> >> Apache >> Tomcat Native Project >> -2012 News and Status >> +2013 News and Status >> >> > > Thanks :) > > BTW, like said on BZ issue, you can just publish th