DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #4 from Mark Thomas 2012-03-15 09:03:44 UTC --- The simplest possible test case (as source code) that exhibits this issue would be great. I can't stress the "simplest possible" bit enough. Based on the description, I'd expect th

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #7 from Mark Thomas 2012-03-15 09:10:52 UTC --- I'm against the patch proposed since that addresses the symptom rather than the cause. I'm not against added a null check that throws an IAE at the point where the parent class loa

svn commit: r1300859 - /tomcat/tc7.0.x/trunk/

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 09:23:47 2012 New Revision: 1300859 URL: http://svn.apache.org/viewvc?rev=1300859&view=rev Log: Simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/ -

svn commit: r1300863 - /tomcat/tc7.0.x/trunk/

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 09:39:16 2012 New Revision: 1300863 URL: http://svn.apache.org/viewvc?rev=1300863&view=rev Log: Simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/ -

svn commit: r1300872 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/NioEndpoint.java test/org/apache/catalina/comet/TestCometProcessor.java test/org/apache/catalina/tribes/group/interc

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 09:55:14 2012 New Revision: 1300872 URL: http://svn.apache.org/viewvc?rev=1300872&view=rev Log: Merge some FindBugs fixes Simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.j

[jira] [Created] (MTOMCAT-127) tomcat:run - Configuring Logging with JULI

2012-03-15 Thread Created
tomcat:run - Configuring Logging with JULI --- Key: MTOMCAT-127 URL: https://issues.apache.org/jira/browse/MTOMCAT-127 Project: Apache Tomcat Maven Plugin Issue Type: New Feature Components:

svn commit: r1300888 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 10:33:31 2012 New Revision: 1300888 URL: http://svn.apache.org/viewvc?rev=1300888&view=rev Log: Port some clean-up Simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/AddDefaultCharsetF

svn commit: r1300898 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 10:44:37 2012 New Revision: 1300898 URL: http://svn.apache.org/viewvc?rev=1300898&view=rev Log: Remove an accidental commit Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/Abstrac

svn commit: r1300900 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/TesterParametersPerformance.java

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 10:45:19 2012 New Revision: 1300900 URL: http://svn.apache.org/viewvc?rev=1300900&view=rev Log: Add test code present in trunk but not 7.0.x Added: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/TesterParametersPerformance.java (contents, props change

svn commit: r1300902 - /tomcat/tc7.0.x/trunk/

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 10:46:23 2012 New Revision: 1300902 URL: http://svn.apache.org/viewvc?rev=1300902&view=rev Log: Update / simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1300907 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/session/ClusterSessionListener.java java/org/apache/catalina/ha/session/DeltaManager.java java/org/apache/catalina/ha/se

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 10:57:17 2012 New Revision: 1300907 URL: http://svn.apache.org/viewvc?rev=1300907&view=rev Log: Simplify merge info A few whitespace changes Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/ClusterSe

Buildbot logs for tomcat-trunk builds

2012-03-15 Thread Konstantin Kolinko
Hi! Thanks to Gavin, the JUnit logs for tomcat-trunk builder http://ci.apache.org/builders/tomcat-trunk are available here: http://ci.apache.org/projects/tomcat/tomcat8/logs/ They are organized by revision number. More details here: https://issues.apache.org/jira/browse/INFRA-3948 Best regards,

Re: [ANN] Apache Tomcat Native 1.1.23 released

2012-03-15 Thread Henri Gomez
I discussed with Suse guys and they updated their libtcnative package accordingly : https://build.opensuse.org/package/files?package=libtcnative-1-0&project=Java%3Apackages 2012/3/2 Mladen Turk : > The Apache Tomcat team announces the immediate availability of Apache > Tomcat Native 1.1.23 stable

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

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 12:07:52 2012 New Revision: 1300948 URL: http://svn.apache.org/viewvc?rev=1300948&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52858 Fix high CPU load caused by tight(ish) loop when client doesn't read any data Modified: tomcat/trunk/java

svn commit: r1300950 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 12:10:43 2012 New Revision: 1300950 URL: http://svn.apache.org/viewvc?rev=1300950&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52858 Fix high CPU load caused by tight(ish) loop when client breaks the connection and stops reading data Modifie

DO NOT REPLY [Bug 52858] High CPU load in the NIO connector, when a client breaks connection unexpectedly

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52858 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2853 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

Re: WebSockets in Tomcat 6

2012-03-15 Thread Mark Thomas
On 14/03/2012 17:42, Filip Hanik Mailing Lists wrote: > > http://people.apache.org/~fhanik/reports/servers/ > > Attached is a patch that leverages the Tomcat WebSocket API with > minimalistic changes and uses that to implement WebSockets in Tomcat > 6.0.x http://people.apache.org/~fhanik/websocke

Re: WebSockets in Tomcat 6

2012-03-15 Thread Filip Hanik - Dev Lists
On 3/15/2012 6:54 AM, Mark Thomas wrote: On 14/03/2012 17:42, Filip Hanik Mailing Lists wrote: http://people.apache.org/~fhanik/reports/servers/ Attached is a patch that leverages the Tomcat WebSocket API with minimalistic changes and uses that to implement WebSockets in Tomcat 6.0.x http://peo

svn commit: r1300997 - in /tomcat/trunk/webapps/docs: project.xml web-socket-howto.xml

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 14:21:32 2012 New Revision: 1300997 URL: http://svn.apache.org/viewvc?rev=1300997&view=rev Log: Document WebSocket support Added: tomcat/trunk/webapps/docs/web-socket-howto.xml (with props) Modified: tomcat/trunk/webapps/docs/project.xml Modified: tomcat/

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

2012-03-15 Thread fhanik
Author: fhanik Date: Thu Mar 15 14:23:29 2012 New Revision: 1300999 URL: http://svn.apache.org/viewvc?rev=1300999&view=rev Log: Bug fix for send file CPU usage 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

Re: svn commit: r1300997 - in /tomcat/trunk/webapps/docs: project.xml web-socket-howto.xml

2012-03-15 Thread Konstantin Kolinko
2012/3/15 : > Author: markt > Date: Thu Mar 15 14:21:32 2012 > New Revision: 1300997 > > URL: http://svn.apache.org/viewvc?rev=1300997&view=rev > Log: > Document WebSocket support > > Added: >    tomcat/trunk/webapps/docs/web-socket-howto.xml   (with props) > Modified: >    tomcat/trunk/webapps/do

Re: svn commit: r1300997 - in /tomcat/trunk/webapps/docs: project.xml web-socket-howto.xml

2012-03-15 Thread Mark Thomas
On 15/03/2012 14:32, Konstantin Kolinko wrote: > 2012/3/15 : >> Author: markt >> Date: Thu Mar 15 14:21:32 2012 >> New Revision: 1300997 >> >> URL: http://svn.apache.org/viewvc?rev=1300997&view=rev >> Log: >> Document WebSocket support >> >> Added: >>tomcat/trunk/webapps/docs/web-socket-howto.

svn commit: r1301006 - /tomcat/trunk/webapps/docs/index.xml

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 14:36:03 2012 New Revision: 1301006 URL: http://svn.apache.org/viewvc?rev=1301006&view=rev Log: Link to WebSocket doc Modified: tomcat/trunk/webapps/docs/index.xml Modified: tomcat/trunk/webapps/docs/index.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/web

buildbot success in ASF Buildbot on tomcat-trunk

2012-03-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2854 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

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

2012-03-15 Thread fhanik
Author: fhanik Date: Thu Mar 15 15:07:22 2012 New Revision: 1301027 URL: http://svn.apache.org/viewvc?rev=1301027&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=130

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Michael Hauck changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 52918] New: Add WebSocket Support to Tomcat 6

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52918 Bug #: 52918 Summary: Add WebSocket Support to Tomcat 6 Product: Tomcat 6 Version: 6.0.35 Platform: PC OS/Version: All Status: NEW Severity: enhancement

DO NOT REPLY [Bug 52918] Add WebSocket Support to Tomcat 6

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52918 --- Comment #1 from Filip Hanik 2012-03-15 15:22:02 UTC --- Created attachment 28471 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28471 Patch to add websocket API on top Comet -- Configure bugmail: https://issues.apache.org/

DO NOT REPLY [Bug 52918] Add WebSocket Support to Tomcat 6

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52918 --- Comment #2 from Filip Hanik 2012-03-15 15:22:25 UTC --- Per http://markmail.org/thread/prqa47k3bw22bbhb Adding patches to track progress on this issue -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email -

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

2012-03-15 Thread fhanik
Author: fhanik Date: Thu Mar 15 15:23:07 2012 New Revision: 1301042 URL: http://svn.apache.org/viewvc?rev=1301042&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=130

DO NOT REPLY [Bug 52919] New: WebappClassLoader.clearReferencesJdbc is not loading the exact content of the JdbcLeakPrevention.class file

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52919 Bug #: 52919 Summary: WebappClassLoader.clearReferencesJdbc is not loading the exact content of the JdbcLeakPrevention.class file Product: Tomcat 7 Version: trunk Pl

DO NOT REPLY [Bug 52919] WebappClassLoader.clearReferencesJdbc is not loading the exact content of the JdbcLeakPrevention.class file

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52919 --- Comment #1 from Konstantin Kolinko 2012-03-15 15:53:13 UTC --- With what exact version of Java and what exact version of Tomcat are you observing an error? Or it is just a theoretical speculation? I assure you that many people are usi

DO NOT REPLY [Bug 52919] WebappClassLoader.clearReferencesJdbc is not loading the exact content of the JdbcLeakPrevention.class file

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52919 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 52919] WebappClassLoader.clearReferencesJdbc is not loading the exact content of the JdbcLeakPrevention.class file

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52919 --- Comment #2 from Rohit Kelapure 2012-03-15 15:58:35 UTC --- Upon closer inspection of the code I have realized that this is not an issue. Please cancel this defect -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cg

DO NOT REPLY [Bug 52918] Add WebSocket Support to Tomcat 6

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52918 Filip Hanik changed: What|Removed |Added Attachment #28471|0 |1 is obsolete|

DO NOT REPLY [Bug 52918] Add WebSocket Support to Tomcat 6

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52918 Filip Hanik changed: What|Removed |Added Attachment #28472|0 |1 is obsolete|

svn commit: r1301107 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/http/Parameters.java webapps/docs/changelog.xml

2012-03-15 Thread kkolinko
Author: kkolinko Date: Thu Mar 15 17:30:35 2012 New Revision: 1301107 URL: http://svn.apache.org/viewvc?rev=1301107&view=rev Log: Reduce log level for message for hitting parameter count limit from warn to info. Fix limit comparison to allow exactly (maxParameterCount) parameters, instead of (ma

RE: Upgrade Tomcat 6 from ECJ 3.7 to ECJ 3.7.1?

2012-03-15 Thread Nick Williams
A correction to my previous email: > From what I can tell, the key is the ECJ library. Tomcat 7 has ECJ 3.7.1, which has full Java 7 support, while Tomcat 6 has *ECJ* 3.7.0, which has NO Java 7 support. Note that I should have said that Tomcat 6 has “ECJ 3.7.0” like above instead of “JCT 3.7.

Re: Upgrade Tomcat 6 from ECJ 3.7 to ECJ 3.7.1?

2012-03-15 Thread Konstantin Kolinko
2012/3/15 Nick Williams : > A correction to my previous email: > > > >> From what I can tell, the key is the ECJ library. Tomcat 7 has ECJ 3.7.1, > which has full Java 7 support, while Tomcat 6 has *ECJ* 3.7.0, which has NO > Java 7 support. > > > > Note that I should have said that Tomcat 6 has “E

Re: WebSockets in Tomcat 6

2012-03-15 Thread Costin Manolache
On Thu, Mar 15, 2012 at 7:10 AM, Filip Hanik - Dev Lists wrote: > On 3/15/2012 6:54 AM, Mark Thomas wrote: > >> On 14/03/2012 17:42, Filip Hanik Mailing Lists wrote: >> >>> http://people.apache.org/~**fhanik/reports/servers/ >>> >>> Attached is a

RE: Upgrade Tomcat 6 from ECJ 3.7 to ECJ 3.7.1?

2012-03-15 Thread Nick Williams
Good to know. What about the next version of Tomcat 6? Will it also get 3.7.2 (or at least 3.7.1)? Or will it stay on 3.7.0 for the foreseeable future? That's my big concern. As long as Tomcat 6 has 3.7.1 or better, it should be able to compile JSPs for Java 7. With 3.7.0, it can't. Nick -Or

Re: Upgrade Tomcat 6 from ECJ 3.7 to ECJ 3.7.1?

2012-03-15 Thread Konstantin Kolinko
2012/3/15 Nick Williams : > Good to know. What about the next version of Tomcat 6? Will it also get > 3.7.2 (or at least 3.7.1)? Or will it stay on 3.7.0 for the foreseeable > future? That's my big concern. As long as Tomcat 6 has 3.7.1 or better, it > should be able to compile JSPs for Java 7. Wit

DO NOT REPLY [Bug 52921] New: mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 Bug #: 52921 Summary: mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc. Product: Tomcat Connectors Version: unspecified Platform: PC OS/Version

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 Konstantin Kolinko changed: What|Removed |Added Version|unspecified |1.2.33 -- Configure bugmail:

svn commit: r1301123 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/buf/UDecoder.java webapps/docs/changelog.xml

2012-03-15 Thread kkolinko
Author: kkolinko Date: Thu Mar 15 18:14:44 2012 New Revision: 1301123 URL: http://svn.apache.org/viewvc?rev=1301123&view=rev Log: Slightly improve performance of UDecoder Backports r1203054 from 7.0.x. - Reduce overhead from exception handling, using ProxyDirContext.NOT_FOUND_EXCEPTION as an exa

RE: Upgrade Tomcat 6 from ECJ 3.7 to ECJ 3.7.1?

2012-03-15 Thread Nick Williams
2012/3/15 Nick Williams : > Good to know. What about the next version of Tomcat 6? Will it also > get > 3.7.2 (or at least 3.7.1)? Or will it stay on 3.7.0 for the > foreseeable future? That's my big concern. As long as Tomcat 6 has > 3.7.1 or better, it should be able to compile JSPs for Java 7. W

Re: Upgrade Tomcat 6 from ECJ 3.7 to ECJ 3.7.1?

2012-03-15 Thread Konstantin Kolinko
2012/3/15 Nick Williams : > 2012/3/15 Nick Williams : >> Good to know. What about the next version of Tomcat 6? Will it also >> get >> 3.7.2 (or at least 3.7.1)? Or will it stay on 3.7.0 for the >> foreseeable future? That's my big concern. As long as Tomcat 6 has >> 3.7.1 or better, it should be a

RE: Upgrade Tomcat 6 from ECJ 3.7 to ECJ 3.7.1?

2012-03-15 Thread Nick Williams
2012/3/15 Nick Williams : > 2012/3/15 Nick Williams : >> Good to know. What about the next version of Tomcat 6? Will it also >> get >> 3.7.2 (or at least 3.7.1)? Or will it stay on 3.7.0 for the >> foreseeable future? That's my big concern. As long as Tomcat 6 has >> 3.7.1 or better, it should be a

DO NOT REPLY [Bug 51872] request.getRemoteAddr() sometimes returning IP address from the previous request

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51872 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 52500] Improve client certificate authentication

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52500 --- Comment #37 from Christopher Schultz 2012-03-15 19:37:54 UTC --- (In reply to comment #36) > Dear Christopher, > I will really appreciate if you will rename the X509SubjectDnRetriever class > to > X509DefaultSubjectDnRetriever. > Plea

svn commit: r1301184 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Globals.java

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 20:31:59 2012 New Revision: 1301184 URL: http://svn.apache.org/viewvc?rev=1301184&view=rev Log: Simplify merge-info Port additional constants Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java Propch

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #1 from Rainer Jung 2012-03-15 20:40:13 UTC --- Are you able to build mod_jk with symbols, e.g. adding "-g" to your gcc flags? That way gdb would show us the line number where the crash happens. Furthermore the request you use

svn commit: r1301190 - /tomcat/tc7.0.x/trunk/

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 20:45:02 2012 New Revision: 1301190 URL: http://svn.apache.org/viewvc?rev=1301190&view=rev Log: Simplify merge-info Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/ -

Re: svn commit: r1301123 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/buf/UDecoder.java webapps/docs/changelog.xml

2012-03-15 Thread Christopher Schultz
Konstantin, On 3/15/12 2:14 PM, kkoli...@apache.org wrote: > Author: kkolinko > Date: Thu Mar 15 18:14:44 2012 > New Revision: 1301123 > > URL: http://svn.apache.org/viewvc?rev=1301123&view=rev > Log: > Slightly improve performance of UDecoder > Backports r1203054 from 7.0.x. [Snip] > +/**

Re: svn commit: r1301123 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/buf/UDecoder.java webapps/docs/changelog.xml

2012-03-15 Thread Konstantin Kolinko
2012/3/16 Christopher Schultz : > Konstantin, > > On 3/15/12 2:14 PM, kkoli...@apache.org wrote: >> Author: kkolinko >> Date: Thu Mar 15 18:14:44 2012 >> New Revision: 1301123 >> >> URL: http://svn.apache.org/viewvc?rev=1301123&view=rev >> Log: >> Slightly improve performance of UDecoder >> Backpor

svn commit: r1301200 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/group/interceptors/ test/org/apache/catalina/comet/

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 21:05:13 2012 New Revision: 1301200 URL: http://svn.apache.org/viewvc?rev=1301200&view=rev Log: Simplify merge-info Back-port some clean-up Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/intercep

svn commit: r1301210 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/ContextHandler.java java/org/apache/catalina/deploy/ResourceBase.java java/org/apache/catalina/manager/HTMLManagerSe

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 21:22:10 2012 New Revision: 1301210 URL: http://svn.apache.org/viewvc?rev=1301210&view=rev Log: Simplify merge-info Port some: - use of final - whitespace clean-up Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalin

DO NOT REPLY [Bug 52921] mod_jk 1.2.33 crashes Apache 2.2 when accessing HTML, GIF, etc.

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52921 --- Comment #2 from Thad Humphries 2012-03-15 21:24:04 UTC --- This happens if I directly retrieve a mapped URL explicitly. Mounts made with JkMount work fine. "JkMount /*.jsp ajp13" and "JkMount /*/servlet/* ajp13" allow me to run the To

DO NOT REPLY [Bug 52924] New: Add support for per-application JSP compile configuration in Tomcat 6, 7

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52924 Bug #: 52924 Summary: Add support for per-application JSP compile configuration in Tomcat 6, 7 Product: Tomcat 6 Version: unspecified Platform: All OS/Versio

DO NOT REPLY [Bug 52925] New: Upgrade Tomcat 6 to ECJ 3.7.2

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52925 Bug #: 52925 Summary: Upgrade Tomcat 6 to ECJ 3.7.2 Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal

svn commit: r1301221 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/buf/UDecoder.java webapps/docs/changelog.xml

2012-03-15 Thread kkolinko
Author: kkolinko Date: Thu Mar 15 21:47:30 2012 New Revision: 1301221 URL: http://svn.apache.org/viewvc?rev=1301221&view=rev Log: - Align %2f handling (aka CVE-2007-0450 fix) between implementations of UDecoder.convert(). That is: reject '%2f' if Tomcat is configured to do so. - convert(MessageBy

svn commit: r1301227 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/Tomcat.java java/org/apache/jasper/xmlparser/ParserUtils.java

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 21:59:06 2012 New Revision: 1301227 URL: http://svn.apache.org/viewvc?rev=1301227&view=rev Log: Simplify merge-info Backport some additional finals Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Contex

DO NOT REPLY [Bug 52925] Upgrade Tomcat 6 to ECJ 3.7.2

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52925 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Version|u

DO NOT REPLY [Bug 52805] Update to ECJ 3.7.2

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52805 Konstantin Kolinko changed: What|Removed |Added CC||nicholas@nicholaswilliams.n

svn commit: r1301253 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/util/ java/org/apache/catalina/websocket/ java/org/apache/coyote/ java/org/apache/coyot

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 22:40:37 2012 New Revision: 1301253 URL: http://svn.apache.org/viewvc?rev=1301253&view=rev Log: Start to merge WebSocket implementation from trunk. I'm combining commits where I can but I can't back-port in a single commit as they interleave with other commits. Ad

svn commit: r1301255 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/servlets/ java/org/apache/cata

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 22:47:40 2012 New Revision: 1301255 URL: http://svn.apache.org/viewvc?rev=1301255&view=rev Log: Backport use of constants Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java tomcat/tc7.0.x/trunk/ja

svn commit: r1301256 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/JMXProxyServlet.java webapps/docs/manager-howto.xml

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 22:49:06 2012 New Revision: 1301256 URL: http://svn.apache.org/viewvc?rev=1301256&view=rev Log: Added support to the JMXProxyServlet for fetching a specific key from a CompositeData value. Added documentation for the entire 'get' command for the JMXProxyServlet, in

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-03-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/473 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-03-15 Thread Konstantin Kolinko
2012/3/16 : > The Buildbot has detected a new failure on builder tomcat-7-trunk while > building ASF Buildbot. > Full details are available at: >  http://ci.apache.org/builders/tomcat-7-trunk/builds/473 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubuntu > > Build

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-03-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/474 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

Re: svn commit: r1300573 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

2012-03-15 Thread Konstantin Kolinko
2012/3/14 : > Author: markt > Date: Wed Mar 14 14:51:56 2012 > New Revision: 1300573 > > URL: http://svn.apache.org/viewvc?rev=1300573&view=rev > Log: > Update to JDT 3.7.2 > > Modified: >    tomcat/tc7.0.x/trunk/   (props changed) >    tomcat/tc7.0.x/trunk/build.properties.default >    tomcat/tc7

svn commit: r1301269 - /tomcat/tc7.0.x/trunk/build.xml

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 23:38:45 2012 New Revision: 1301269 URL: http://svn.apache.org/viewvc?rev=1301269&view=rev Log: Cache downloaded files Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/buil

svn commit: r1301271 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/session/ManagerBase.java res/findbugs/filter-false-positives.xml

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 23:40:44 2012 New Revision: 1301271 URL: http://svn.apache.org/viewvc?rev=1301271&view=rev Log: Exclude warning with comment Add some finals Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java tomcat/tc7.0.x/trunk/res/findbugs/fi

svn commit: r1301272 - in /tomcat/tc7.0.x/trunk/java/org/apache: catalina/session/ catalina/users/ catalina/valves/ jasper/ jasper/compiler/

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 23:41:08 2012 New Revision: 1301272 URL: http://svn.apache.org/viewvc?rev=1301272&view=rev Log: Add finals Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/StandardManager.java tomcat/tc7.0.x/trunk/java/org/apache/catalina/users/MemoryUserData

svn commit: r1301274 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/websocket/WebSocketServlet.java

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 23:44:08 2012 New Revision: 1301274 URL: http://svn.apache.org/viewvc?rev=1301274&view=rev Log: Final WebSocket change Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/websocket/WebSocketServlet.java Propchang

svn commit: r1301280 - in /tomcat/trunk/webapps/examples: WEB-INF/ WEB-INF/classes/websocket/ WEB-INF/classes/websocket/chat/ WEB-INF/classes/websocket/echo/ WEB-INF/classes/websocket/snake/ websocket

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 23:53:01 2012 New Revision: 1301280 URL: http://svn.apache.org/viewvc?rev=1301280&view=rev Log: Implement chat example Plus some minor clean-up. Patch provided by Johno Crawford Added: tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/chat/ tomcat/tru

svn commit: r1301284 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/ webapps/examples/WEB-INF/ webapps/examples/WEB-INF/classes/websocket/ webapps/examples/WEB-INF/classes/websocket/chat/ webapps/example

2012-03-15 Thread markt
Author: markt Date: Thu Mar 15 23:57:00 2012 New Revision: 1301284 URL: http://svn.apache.org/viewvc?rev=1301284&view=rev Log: Implement chat example Plus some minor clean-up. Patch provided by Johno Crawford Added: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/chat/ -

DO NOT REPLY [Bug 52805] Update to ECJ 3.7.2

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52805 --- Comment #2 from Konstantin Kolinko 2012-03-15 23:57:33 UTC --- Created attachment 28478 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28478 2012-03-16_tc6_52805_ecj372.patch In 7.0.x it was fixed by r1300573 I am attachi

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-03-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/476 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

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

2012-03-15 Thread kkolinko
Author: kkolinko Date: Fri Mar 16 00:19:48 2012 New Revision: 1301293 URL: http://svn.apache.org/viewvc?rev=1301293&view=rev Log: propose ECJ update 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/STA

DO NOT REPLY [Bug 52805] Update to ECJ 3.7.2

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52805 Konstantin Kolinko changed: What|Removed |Added Component|Jasper |Jasper Version|tru

buildbot failure in ASF Buildbot on tomcat-trunk

2012-03-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2856 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

DO NOT REPLY [Bug 51181] Add support for Web Sockets

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181 --- Comment #62 from Konstantin Kolinko 2012-03-16 00:54:29 UTC --- Just a note: Backport of WebSockets support to Tomcat 6 is tracked separately as bug #52918 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em

svn commit: r1301301 - in /tomcat/site/trunk: docs/ci.html xdocs/ci.xml

2012-03-15 Thread kkolinko
Author: kkolinko Date: Fri Mar 16 01:10:42 2012 New Revision: 1301301 URL: http://svn.apache.org/viewvc?rev=1301301&view=rev Log: Add link to JUnit reports published by Buildbot. https://issues.apache.org/jira/browse/INFRA-3948 Modified: tomcat/site/trunk/docs/ci.html tomcat/site/trunk/xd

svn commit: r1301302 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-03-15 Thread kkolinko
Author: kkolinko Date: Fri Mar 16 01:22:09 2012 New Revision: 1301302 URL: http://svn.apache.org/viewvc?rev=1301302&view=rev Log: Fix broken changelog.xml with s/&/&/ Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: htt

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #5 from Benjamin Muschko 2012-03-16 01:39:34 UTC --- I will try to provide an example that runs an embedded container. I had a look at this repository https://github.com/apache/tomcat70 but couldn't find an example for running

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-03-15 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/478 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

DO NOT REPLY [Bug 52899] JMXProxy Servlet MBeanDumper exposing non-properties causing exceptions/memory leak

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52899 --- Comment #2 from Jonathan Hodges 2012-03-16 02:31:11 UTC --- Why does the exact same config not throw an exception in the JMXProxy in Tomcat 6.0.26? (In reply to comment #1) > The MBeanDumper only accesses the attributes that are the

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #6 from Konstantin Kolinko 2012-03-16 03:08:06 UTC --- (In reply to comment #5) > I will try to provide an example that runs an embedded container. That would be a question for the users@ list, but I'll answer shortly. See 1)

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #7 from Konstantin Kolinko 2012-03-16 03:09:03 UTC --- > 2) RUNNING.txt and BUILDING.txt -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- Yo

[GUMP@vmgump]: Project tomcat-tc7.0.x (in module tomcat-7.0.x) failed

2012-03-15 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x has an issue affecting its community integration. This issu

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2012-03-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/Specifications?action=diff&rev1=24&rev2=25 Comment: Move Servlet and JSP specs into a sect