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 ma...@apache.org 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

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 ma...@apache.org 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

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=1300859view=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=1300863view=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=1300872view=rev Log: Merge some FindBugs fixes Simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed)

[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

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=1300888view=rev Log: Port some clean-up Simplify merge info Modified: tomcat/tc7.0.x/trunk/ (props changed)

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=1300898view=rev Log: Remove an accidental commit Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProtocol.java Modified:

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=1300900view=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

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=1300902view=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=1300907view=rev Log: Simplify merge info A few whitespace changes Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

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-0project=Java%3Apackages 2012/3/2 Mladen Turk mt...@apache.org: The Apache Tomcat team announces the immediate availability of Apache Tomcat Native

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=1300948view=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:

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=1300950view=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

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 ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

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

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

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=1300997view=rev Log: Document WebSocket support Added: tomcat/trunk/webapps/docs/web-socket-howto.xml (with props) Modified: tomcat/trunk/webapps/docs/project.xml Modified:

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=1300999view=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:

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

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

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 ma...@apache.org: Author: markt Date: Thu Mar 15 14:21:32 2012 New Revision: 1300997 URL: http://svn.apache.org/viewvc?rev=1300997view=rev Log: Document WebSocket support Added: tomcat/trunk/webapps/docs/web-socket-howto.xml

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=1301006view=rev Log: Link to WebSocket doc Modified: tomcat/trunk/webapps/docs/index.xml Modified: tomcat/trunk/webapps/docs/index.xml URL:

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

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=1301027view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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 michael.ha...@maxviva.com changed: What|Removed |Added Status|RESOLVED|REOPENED

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 fha...@apache.org 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:

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 fha...@apache.org 2012-03-15 15:22:25 UTC --- Per http://markmail.org/thread/prqa47k3bw22bbhb Adding patches to track progress on this issue -- Configure bugmail:

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=1301042view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

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 knst.koli...@gmail.com 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

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 knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

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 kelap...@gmail.com 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:

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 fha...@apache.org changed: What|Removed |Added Attachment #28471|0 |1 is

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 fha...@apache.org changed: What|Removed |Added Attachment #28472|0 |1 is

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=1301107view=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

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

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

2012-03-15 Thread Konstantin Kolinko
2012/3/15 Nick Williams nicholas.willi...@puresafety.com: 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

Re: WebSockets in Tomcat 6

2012-03-15 Thread Costin Manolache
On Thu, Mar 15, 2012 at 7:10 AM, Filip Hanik - Dev Lists devli...@hanik.com 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/http://people.apache.org/~fhanik/reports/servers/ Attached

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

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

2012-03-15 Thread Konstantin Kolinko
2012/3/15 Nick Williams nicholas.willi...@puresafety.com: 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

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

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 knst.koli...@gmail.com changed: What|Removed |Added Version|unspecified |1.2.33

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=1301123view=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

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

2012-03-15 Thread Nick Williams
2012/3/15 Nick Williams nicholas.willi...@puresafety.com: 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

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

2012-03-15 Thread Konstantin Kolinko
2012/3/15 Nick Williams nicholas.willi...@puresafety.com: 2012/3/15 Nick Williams nicholas.willi...@puresafety.com: 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

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

2012-03-15 Thread Nick Williams
2012/3/15 Nick Williams nicholas.willi...@puresafety.com: 2012/3/15 Nick Williams nicholas.willi...@puresafety.com: 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

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 ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

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 ch...@christopherschultz.net 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

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=1301184view=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

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 rainer.j...@kippdata.de 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.

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=1301190view=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=1301123view=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 ch...@christopherschultz.net: 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=1301123view=rev Log: Slightly improve performance of UDecoder

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=1301200view=rev Log: Simplify merge-info Back-port some clean-up Modified: tomcat/tc7.0.x/trunk/ (props changed)

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=1301210view=rev Log: Simplify merge-info Port some: - use of final - whitespace clean-up Modified: tomcat/tc7.0.x/trunk/ (props changed)

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 thad.humphr...@gmail.com 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

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

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=1301221view=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. -

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=1301227view=rev Log: Simplify merge-info Backport some additional finals Modified: tomcat/tc7.0.x/trunk/ (props changed)

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 knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

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 knst.koli...@gmail.com changed: What|Removed |Added CC|

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=1301253view=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.

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=1301255view=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

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=1301256view=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,

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

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

2012-03-15 Thread Konstantin Kolinko
2012/3/16 build...@apache.org: 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:

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

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 ma...@apache.org: Author: markt Date: Wed Mar 14 14:51:56 2012 New Revision: 1300573 URL: http://svn.apache.org/viewvc?rev=1300573view=rev Log: Update to JDT 3.7.2 Modified:    tomcat/tc7.0.x/trunk/   (props changed)    tomcat/tc7.0.x/trunk/build.properties.default    

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=1301269view=rev Log: Cache downloaded files Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL:

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=1301271view=rev Log: Exclude warning with comment Add some finals Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java

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=1301272view=rev Log: Add finals Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/StandardManager.java

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=1301274view=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

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=1301280view=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/

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=1301284view=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 knst.koli...@gmail.com 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

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 ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

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=1301293view=rev Log: propose ECJ update Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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 knst.koli...@gmail.com changed: What|Removed |Added Component|Jasper |Jasper

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

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 knst.koli...@gmail.com 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:

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=1301301view=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

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=1301302view=rev Log: Fix broken changelog.xml with s//amp;/ Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

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 benjamin.musc...@gmail.com 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

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

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 hodg...@gmail.com 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

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 knst.koli...@gmail.com 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

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 knst.koli...@gmail.com 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

[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

[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=diffrev1=24rev2=25 Comment: Move Servlet and JSP specs into a section.