svn commit: r1431922 - in /tomcat/tc7.0.x/trunk: ./ res/maven/tomcat-embed-jasper.pom

2013-01-10 Thread kkolinko
Author: kkolinko Date: Fri Jan 11 07:31:51 2013 New Revision: 1431922 URL: http://svn.apache.org/viewvc?rev=1431922&view=rev Log: Merged revision 1431920 from tomcat/trunk: Correct version of Eclipse Java Compiler dependency Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x

svn commit: r1431920 - /tomcat/trunk/res/maven/tomcat-embed-jasper.pom

2013-01-10 Thread kkolinko
Author: kkolinko Date: Fri Jan 11 07:26:21 2013 New Revision: 1431920 URL: http://svn.apache.org/viewvc?rev=1431920&view=rev Log: Correct version of Eclipse Java Compiler dependency Modified: tomcat/trunk/res/maven/tomcat-embed-jasper.pom Modified: tomcat/trunk/res/maven/tomcat-embed-jasper.

[VOTE] Release Apache Tomcat 7.0.35

2013-01-10 Thread Mark Thomas
The proposed Apache Tomcat 7.0.35 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.35/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-123/ The svn tag is: http://svn.apache.org/r

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-01-10 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/1014 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

svn commit: r1431704 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 22:23:17 2013 New Revision: 1431704 URL: http://svn.apache.org/viewvc?rev=1431704&view=rev Log: Bump version ready for next release Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomca

buildbot success in ASF Buildbot on tomcat-trunk

2013-01-10 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/3767 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[jira] [Commented] (MTOMCAT-119) tomcat7:run-war fails because it expects META-INF\context.xml

2013-01-10 Thread Glen Mazza (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550496#comment-13550496 ] Glen Mazza commented on MTOMCAT-119: Patch attached. Note one slight potential drawb

svn commit: r1431695 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_35: ./ build.properties.default

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 22:12:08 2013 New Revision: 1431695 URL: http://svn.apache.org/viewvc?rev=1431695&view=rev Log: Tag 7.0.35 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_35/ (props changed) - copied from r1431694, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_

[jira] [Updated] (MTOMCAT-119) tomcat7:run-war fails because it expects META-INF\context.xml

2013-01-10 Thread Glen Mazza (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glen Mazza updated MTOMCAT-119: --- Attachment: MTOMCAT119.patch > tomcat7:run-war fails because it expects META-INF\context.xml > -

svn commit: r1431669 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/core/TestStandardContextResources.java

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 21:43:25 2013 New Revision: 1431669 URL: http://svn.apache.org/viewvc?rev=1431669&view=rev Log: Merged revision 1431661 from tomcat/trunk: Relax the test. Relative ordering can pick more JARs than those two that belong to the web application. Modified: tomca

svn commit: r1431665 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 21:31:17 2013 New Revision: 1431665 URL: http://svn.apache.org/viewvc?rev=1431665&view=rev Log: Followup to r1431556 - remove trailing whitespace, as reminded by Checkstyle Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified

svn commit: r1431661 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 21:29:42 2013 New Revision: 1431661 URL: http://svn.apache.org/viewvc?rev=1431661&view=rev Log: Relax the test. Relative ordering can pick more JARs than those two that belong to the web application. E.g., Tomcat 8 has npn-8.1.2.v20120308.jar (Jetty NPN). Runnin

[Bug 54406] New: NIO and BIO connectors handle unsupported SSL ciphers and sslEnabledProtocols differently

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54406 Bug ID: 54406 Summary: NIO and BIO connectors handle unsupported SSL ciphers and sslEnabledProtocols differently Product: Tomcat 7 Version: trunk Hardware: PC

svn commit: r1431556 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2013-01-10 Thread remm
Author: remm Date: Thu Jan 10 18:51:16 2013 New Revision: 1431556 URL: http://svn.apache.org/viewvc?rev=1431556&view=rev Log: Clarify that when using an API call to process a "virtual" request, the URL should not be used to pass parameters. Modified: tomcat/trunk/java/org/apache/catalina/con

[Bug 54405] Overlap sessions

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54405 --- Comment #3 from Chuck Caldarale --- (In reply to comment #2) To repeat: bugzilla is NOT a support forum. Post your queries on the Tomcat users' mailing list. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54405] Overlap sessions

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54405 --- Comment #2 from Tony --- An application can access to the information from differents sessions of Tomcat, or it is possible to swap sessions? How? Since i have changed the configuration of the Tomcat, the number of "overlaping sessions

[Bug 54405] Overlap sessions

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54405 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54405] New: Overlap sessions

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54405 Bug ID: 54405 Summary: Overlap sessions Product: Tomcat 7 Version: 7.0.34 Hardware: PC OS: Windows Server 2003 Status: NEW Severity: major

Re: svn commit: r1431444 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java Request.java

2013-01-10 Thread Mark Thomas
On 10/01/2013 15:45, r...@apache.org wrote: > Author: remm > Date: Thu Jan 10 15:45:47 2013 > New Revision: 1431444 > > URL: http://svn.apache.org/viewvc?rev=1431444&view=rev > +// The URL is chars or String, and has been sent using an > in-memory > +// protocol handler

svn commit: r1431444 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java Request.java

2013-01-10 Thread remm
Author: remm Date: Thu Jan 10 15:45:47 2013 New Revision: 1431444 URL: http://svn.apache.org/viewvc?rev=1431444&view=rev Log: - Add the ability to invoke the main service method as an API call, without having to fallback to bytes. - Add some utility get/set (one of which got removed after depreca

[jira] [Updated] (MTOMCAT-119) tomcat7:run-war fails because it expects META-INF\context.xml

2013-01-10 Thread Glen Mazza (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glen Mazza updated MTOMCAT-119: --- Attachment: web_service_tutorial.zip I'm attaching perhaps a simpler example to replicate the matter

svn commit: r1431398 - /tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 14:54:30 2013 New Revision: 1431398 URL: http://svn.apache.org/viewvc?rev=1431398&view=rev Log: Remove unused code identified by FindBugs Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java Modified: tomcat/trunk/java/org/apache/jasper/

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

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 14:54:07 2013 New Revision: 1431397 URL: http://svn.apache.org/viewvc?rev=1431397&view=rev Log: Another false positive Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http://svn

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

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 14:42:59 2013 New Revision: 1431395 URL: http://svn.apache.org/viewvc?rev=1431395&view=rev Log: False positive Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http://svn.apache.

Re: Time for tcnative 1.1.25?

2013-01-10 Thread jean-frederic clere
On 12/21/2012 09:54 PM, Christopher Schultz wrote: All, There is a particular fix in tcnative-trunk ant the 1.1.x branch to the ssl.c::hasOp function that I'd like to get out there in the wild: there are now two Tomcat enhancements (one committed, one not yet committed) that rely upon it: https

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

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 13:44:31 2013 New Revision: 1431353 URL: http://svn.apache.org/viewvc?rev=1431353&view=rev Log: Vote 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=14313

svn commit: r1431349 - /tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 13:32:02 2013 New Revision: 1431349 URL: http://svn.apache.org/viewvc?rev=1431349&view=rev Log: Invalidate the cache entry if a previously missing resource is now present. Modified: tomcat/trunk/java/org/apache/catalina/webresources/CachedResource.java Modified

svn commit: r1431344 - /tomcat/trunk/java/org/apache/catalina/webresources/AbstractResource.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 13:20:06 2013 New Revision: 1431344 URL: http://svn.apache.org/viewvc?rev=1431344&view=rev Log: Fix resource leak that led to locked files. Modified: tomcat/trunk/java/org/apache/catalina/webresources/AbstractResource.java Modified: tomcat/trunk/java/org/apach

svn commit: r1431337 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/core/TestStandardContext.java test/org/apache/catalina/startup/TomcatBaseTest.java

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 13:15:50 2013 New Revision: 1431337 URL: http://svn.apache.org/viewvc?rev=1431337&view=rev Log: Merged revision 1431298 from tomcat/trunk: Remove unnecessary warnings (It was me who added those @SuppressWarnings several days ago. These are unneeded if "Potential

svn commit: r1431332 - /tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 13:07:48 2013 New Revision: 1431332 URL: http://svn.apache.org/viewvc?rev=1431332&view=rev Log: Turn off "Potential resource leak" warning, as it gives too many false positives Modified: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

Re: svn commit: r1431298 - in /tomcat/trunk/test/org/apache/catalina: core/TestStandardContext.java startup/TomcatBaseTest.java

2013-01-10 Thread Mark Thomas
On 10/01/2013 12:40, Konstantin Kolinko wrote: > 2013/1/10 : >> Author: markt >> Date: Thu Jan 10 11:45:12 2013 >> New Revision: 1431298 >> >> URL: http://svn.apache.org/viewvc?rev=1431298&view=rev >> Log: >> Remove unnecessary warnings >> > > What settings do you have in > Java -> Compiler -> Er

svn commit: r1431324 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/core/TestStandardContextResources.java

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 12:44:25 2013 New Revision: 1431324 URL: http://svn.apache.org/viewvc?rev=1431324&view=rev Log: Merged revision 1431310 from tomcat/trunk: Tests for https://issues.apache.org/bugzilla/show_bug.cgi?id=54391 Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1431323 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/servlet/JspServlet.java test/webapp-3.0-fragments/WEB-INF/web.xml

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 12:42:39 2013 New Revision: 1431323 URL: http://svn.apache.org/viewvc?rev=1431323&view=rev Log: Merged revision 1431302 from tomcat/trunk: Add name of JSP file to an error message in JspServlet. Fix misconfiguration that caused org.apache.catalina.core.TestStanda

Re: svn commit: r1431298 - in /tomcat/trunk/test/org/apache/catalina: core/TestStandardContext.java startup/TomcatBaseTest.java

2013-01-10 Thread Konstantin Kolinko
2013/1/10 : > Author: markt > Date: Thu Jan 10 11:45:12 2013 > New Revision: 1431298 > > URL: http://svn.apache.org/viewvc?rev=1431298&view=rev > Log: > Remove unnecessary warnings > What settings do you have in Java -> Compiler -> Errors/Warnings section "Potential programming problems", items *

svn commit: r1431321 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardContext.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 12:36:17 2013 New Revision: 1431321 URL: http://svn.apache.org/viewvc?rev=1431321&view=rev Log: Follow-up to r1431300. Fix error on reload when postConstruct and preDestroy entries are present in weeb.xml Modified: tomcat/tc7.0.x/trunk/ (props changed) to

svn commit: r1431320 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 12:34:45 2013 New Revision: 1431320 URL: http://svn.apache.org/viewvc?rev=1431320&view=rev Log: Follow-up to r1431293. Fix error on reload when postConstruct and preDestroy entries are present in weeb.xml Modified: tomcat/trunk/java/org/apache/catalina/core/Sta

buildbot failure in ASF Buildbot on tomcat-7-trunk

2013-01-10 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/1010 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sourc

buildbot failure in ASF Buildbot on tomcat-trunk

2013-01-10 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/3759 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

Re: Time for 7.0.35

2013-01-10 Thread Henri Gomez
> Apart from a couple of bugs where we are still waiting for further > information, the Tomcat 7 bug list is empty. Therefore, I intend to run > the unit tests and TCKs against 7.0.x/trunk and if everything passes I > will tag that as 7.0.35. > Good news. Thanks Mark, I'll test 7.0.35 on a set of

Re: svn commit: r1431302 - in /tomcat/trunk: java/org/apache/jasper/servlet/JspServlet.java test/webapp-3.0-fragments/WEB-INF/web.xml

2013-01-10 Thread Konstantin Kolinko
2013/1/10 : > Author: kkolinko > Date: Thu Jan 10 11:54:51 2013 > New Revision: 1431302 > > URL: http://svn.apache.org/viewvc?rev=1431302&view=rev > Log: > Add name of JSP file to an error message in JspServlet. > Fix misconfiguration that caused > org.apache.catalina.core.TestStandardContextReso

Re: svn commit: r1431293 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/ java/org/apache/catalina/util/

2013-01-10 Thread Mark Thomas
On 10/01/2013 12:16, Konstantin Kolinko wrote: > 2013/1/10 : >> Author: markt >> Date: Thu Jan 10 11:39:46 2013 >> New Revision: 1431293 >> >> URL: http://svn.apache.org/viewvc?rev=1431293&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 >> Implement support for pos

Re: svn commit: r1431293 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/ java/org/apache/catalina/util/

2013-01-10 Thread Konstantin Kolinko
2013/1/10 : > Author: markt > Date: Thu Jan 10 11:39:46 2013 > New Revision: 1431293 > > URL: http://svn.apache.org/viewvc?rev=1431293&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 > Implement support for post-construct and pre-destroy elements in web.xml > Patch b

Re: Time for 7.0.35

2013-01-10 Thread Mark Thomas
On 02/01/2013 13:38, Mark Thomas wrote: > Another month, time for another release. > > There are quite a few bugs open against Tomcat 7 (well, 17 and that is > more than there usually is at the start of a month) and as usual I > intend to close as many as possible before the next 7.0.x release. >

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

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 12:11:18 2013 New Revision: 1431312 URL: http://svn.apache.org/viewvc?rev=1431312&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r1431311 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/deploy/TestWebXml.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 12:11:01 2013 New Revision: 1431311 URL: http://svn.apache.org/viewvc?rev=1431311&view=rev Log: Java 6 not 7 Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/deploy/TestWebXml.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/deploy/TestWebXml

svn commit: r1431310 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 12:10:50 2013 New Revision: 1431310 URL: http://svn.apache.org/viewvc?rev=1431310&view=rev Log: Tests for https://issues.apache.org/bugzilla/show_bug.cgi?id=54391 Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java Modified

[Bug 54387] Having servlets with same url should at least cause warning

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54387 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1431309 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/LocalStrings.properties java/org/apache/catalina/deploy/WebXml.java test/org/apache/catalina/deploy/TestWebXml.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 12:09:13 2013 New Revision: 1431309 URL: http://svn.apache.org/viewvc?rev=1431309&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54387 Multiple servlets may not be mapped to the same url-pattern Modified: tomcat/tc7.0.x/trunk/ (props chan

svn commit: r1431308 - in /tomcat/trunk: java/org/apache/catalina/deploy/LocalStrings.properties java/org/apache/catalina/deploy/WebXml.java test/org/apache/catalina/deploy/TestWebXml.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 12:06:50 2013 New Revision: 1431308 URL: http://svn.apache.org/viewvc?rev=1431308&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54387 Multiple servlets may not be mapped to the same url-pattern Modified: tomcat/trunk/java/org/apache/catali

svn commit: r1431302 - in /tomcat/trunk: java/org/apache/jasper/servlet/JspServlet.java test/webapp-3.0-fragments/WEB-INF/web.xml

2013-01-10 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 11:54:51 2013 New Revision: 1431302 URL: http://svn.apache.org/viewvc?rev=1431302&view=rev Log: Add name of JSP file to an error message in JspServlet. Fix misconfiguration that caused org.apache.catalina.core.TestStandardContextResources test to log this message

[Bug 54379] Implement support for post-construct and pre-destroy elements in web.xml

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1431300 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/ java/org/apache/catalina

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 11:47:49 2013 New Revision: 1431300 URL: http://svn.apache.org/viewvc?rev=1431300&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 Implement support for post-construct and pre-destroy elements in web.xml Patch by Violeta Georgieva. Added:

svn commit: r1431298 - in /tomcat/trunk/test/org/apache/catalina: core/TestStandardContext.java startup/TomcatBaseTest.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 11:45:12 2013 New Revision: 1431298 URL: http://svn.apache.org/viewvc?rev=1431298&view=rev Log: Remove unnecessary warnings Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java tomcat/trunk/test/org/apache/catalina/startup/TomcatBase

[Bug 54379] Implement support for post-construct and pre-destroy elements in web.xml

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 --- Comment #6 from Mark Thomas --- Many thanks for the patch. That was a much bigger job than I realised. I have applied the patch to trunk with just a few minor tweaks: - fixed various IDE / Checkstyle warnings (Java 7 <>, whitespace etc

svn commit: r1431293 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/ java/org/apache/catalina/util/ test

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 11:39:46 2013 New Revision: 1431293 URL: http://svn.apache.org/viewvc?rev=1431293&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 Implement support for post-construct and pre-destroy elements in web.xml Patch by Violeta Georgieva. Added:

buildbot success in ASF Buildbot on tomcat-trunk

2013-01-10 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/3758 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: Rewrite functionality for 8

2013-01-10 Thread Remy Maucherat
On Wed, 2013-01-09 at 13:16 -0500, Christopher Schultz wrote: > I haven't looked at the code but my first reaction was "why not use > url-rewrite?" When you say that it can re-start request processing, you > mean that you can essentially perform internal rewrites/forwards/etc. > without having to u

svn commit: r1431260 - /tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader.java

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 10:28:43 2013 New Revision: 1431260 URL: http://svn.apache.org/viewvc?rev=1431260&view=rev Log: Adding test/webapp-3.0/WEB-INF/classes means there are 3 resources not 2 in this test. Modified: tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader

buildbot failure in ASF Buildbot on tomcat-trunk

2013-01-10 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/3757 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[Bug 54240] Configurable system level tagPlugins.xml

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1431228 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/ test/org/apache/jasper/compiler/ test/webapp-3.0/WEB-INF/classes/ webapps/docs/

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 09:32:39 2013 New Revision: 1431228 URL: http://svn.apache.org/viewvc?rev=1431228&view=rev Log: Add support for auto-detection and configuration of JARs on the classpath that provide tag plug-in implementations. Based on a patch by Sheldon Shao. Added: tomcat/

svn commit: r1431221 - in /tomcat/trunk: java/org/apache/jasper/compiler/ test/org/apache/jasper/compiler/ test/webapp-3.0/WEB-INF/classes/ test/webapp-3.0/WEB-INF/classes/META-INF/ test/webapp-3.0/WE

2013-01-10 Thread markt
Author: markt Date: Thu Jan 10 09:22:11 2013 New Revision: 1431221 URL: http://svn.apache.org/viewvc?rev=1431221&view=rev Log: Add support for auto-detection and configuration of JARs on the classpath that provide Tag Plugin implementations. Based on a patch by Sheldon Shao. Added: tomcat/tr

[Bug 54240] Configurable system level tagPlugins.xml

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 --- Comment #11 from Mark Thomas --- I like the idea of using the existing mechanisms (such as ServletContainerInitializer) but that would require other changes since: - TagPluginManager is not created at the point where the SCI runs - Ther

[Bug 54387] Having servlets with same url should at least cause warning

2013-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54387 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Mark Thomas