Re: buildbot failure in ASF Buildbot on tomcat-trunk

2013-07-08 Thread Violeta Georgieva
2013/7/9 Konstantin Kolinko wrote: > > 2013/7/9 : > > 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/4625 > > > > Buildbot URL: http://ci.apache.org/ > > > > Buil

Re: Jasper improvements/XML handling

2013-07-08 Thread Jeremy Boynes
On Jul 8, 2013, at 2:32 PM, Mark Thomas wrote: > On 08/07/2013 16:02, Jeremy Boynes wrote: >> On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote: >>> On 08/07/2013 06:38, Jeremy Boynes wrote: >> ... >>> I'm planning on merging these two patches and pressing on with a converged solution, b

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1501082 - in /tomcat/trunk/java/org/apache: catalina/mbeans/ catalina/startup/ tomcat/util/descriptor/web/

2013-07-08 Thread violetagg
Author: violetagg Date: Tue Jul 9 04:33:04 2013 New Revision: 1501082 URL: http://svn.apache.org/r1501082 Log: Followup to r1500964: The new package in *RuleSet classes and in mbeans descriptors. Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ContextEnvironmentMBean.java tomcat/

svn commit: r1501081 - in /tomcat/trunk/java/org/apache/catalina: mbeans/NamingResourcesMBean.java startup/Catalina.java

2013-07-08 Thread violetagg
Author: violetagg Date: Tue Jul 9 04:28:42 2013 New Revision: 1501081 URL: http://svn.apache.org/r1501081 Log: Followup to r1500947: NamingResources -> NamingResourcesImpl Modified: tomcat/trunk/java/org/apache/catalina/mbeans/NamingResourcesMBean.java tomcat/trunk/java/org/apache/catali

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2013-07-08 Thread Konstantin Kolinko
2013/7/9 : > 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/4625 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubuntu > > Build Reas

buildbot failure in ASF Buildbot on tomcat-trunk

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

[jira] [Created] (MTOMCAT-231) tomcat6:run fail with jdk1.5 because commons-io-2.4 requires jdk1.6

2013-07-08 Thread ricou7b (JIRA)
ricou7b created MTOMCAT-231: --- Summary: tomcat6:run fail with jdk1.5 because commons-io-2.4 requires jdk1.6 Key: MTOMCAT-231 URL: https://issues.apache.org/jira/browse/MTOMCAT-231 Project: Apache Tomcat Mave

svn commit: r1500979 - in /tomcat/trunk/test: org/apache/jasper/compiler/TestJspConfig.java org/apache/jasper/compiler/TestValidator.java webapp-2.2/ webapp-2.2/WEB-INF/web.xml

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 21:44:32 2013 New Revision: 1500979 URL: http://svn.apache.org/r1500979 Log: Add a Servlet 2.2 test web application. Extracted from a larger patch by Jeremy Boynes Added: tomcat/trunk/test/webapp-2.2/ - copied from r1500948, tomcat/trunk/test/webapp-2.3/ M

Re: Jasper improvements/XML handling

2013-07-08 Thread Mark Thomas
On 08/07/2013 16:02, Jeremy Boynes wrote: > On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote: >> On 08/07/2013 06:38, Jeremy Boynes wrote: > ... >> >>> I'm planning on merging these two patches and pressing on with a >>> converged solution, but probably won't be able to do much until next >>> weeken

svn commit: r1500948 - in /tomcat/trunk/java/org/apache: catalina/deploy/ catalina/mbeans/ tomcat/util/descriptor/web/

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 21:02:52 2013 New Revision: 1500948 URL: http://svn.apache.org/r1500948 Log: Switch to NamingResources interface in objects that represent JNDI entries in web.xml Added: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/NamingResources.java Modified: t

svn commit: r1500947 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/mbeans/ java/org/apache/catalina/startup/ ja

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 21:02:07 2013 New Revision: 1500947 URL: http://svn.apache.org/r1500947 Log: NamingResources -> NamingResourcesImpl in preparation for new interface NamingResources Added: tomcat/trunk/java/org/apache/catalina/deploy/NamingResourcesImpl.java - copied, chan

svn commit: r1500934 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/servlets/ java/org/apache/catalina/util/ java/org/apache/tomcat/util/b

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 20:32:53 2013 New Revision: 1500934 URL: http://svn.apache.org/r1500934 Log: Move URL decoding util methods to support upcoming refactoring of web.xml parsing. Added: tomcat/trunk/test/org/apache/tomcat/util/buf/TestUDecoder.java - copied, changed from r15

[Bug 55215] Improvements to sample log4j configuration

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 --- Comment #1 from Konstantin Kolinko --- (In reply to Brian Burch from comment #0) > Created attachment 30569 [details] > patch to docs/logging.xml > > I decided to make a fresh start with my log4j configuration because it > hasn't chang

svn commit: r1500887 - in /tomcat/trunk: java/javax/el/ELContext.java test/javax/el/TestELContext.java test/javax/el/TesterEvaluationListener.java

2013-07-08 Thread violetagg
Author: violetagg Date: Mon Jul 8 19:10:52 2013 New Revision: 1500887 URL: http://svn.apache.org/r1500887 Log: Unit tests for ELContext Modified: tomcat/trunk/java/javax/el/ELContext.java tomcat/trunk/test/javax/el/TestELContext.java tomcat/trunk/test/javax/el/TesterEvaluationListene

[Bug 55215] New: Improvements to sample log4j configuration

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55215 Bug ID: 55215 Summary: Improvements to sample log4j configuration Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: mino

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 55210] SEVERE: The ServletContentInitializer [# Licensed to the Apache Software Foundation (ASF) under one or more] could not be created

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55210 --- Comment #4 from Nick Williams --- Excellent! Thanks for acting on it so quickly! -- You are receiving this mail because: You are the assignee for the bug. - To unsub

svn commit: r1500834 - in /tomcat/trunk: build.xml java/org/apache/tomcat/util/descriptor/ java/org/apache/tomcat/util/descriptor/web/

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 16:51:38 2013 New Revision: 1500834 URL: http://svn.apache.org/r1500834 Log: Create a new package for descriptor parsing that will be shared between Catalina and Jasper. There is currently a single sub-package (web) for web.xml parsing. It is expected that addition

Re: Jasper improvements/XML handling

2013-07-08 Thread Mark Thomas
On 08/07/2013 16:55, Violeta Georgieva wrote: > 2013/7/8 Mark Thomas wrote: >> >> On 08/07/2013 06:38, Jeremy Boynes wrote: >>> On Jun 25, 2013, at 10:44 PM, Jeremy Boynes >>> wrote: >> >>> Jasper's descriptor parser (used for web.xml and TLDs) can only >>> validate DTD-based documents. I opened 5

svn commit: r1500827 - /tomcat/trunk/test/javax/el/TestImportHandler.java

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 16:38:50 2013 New Revision: 1500827 URL: http://svn.apache.org/r1500827 Log: Add missing exception check Modified: tomcat/trunk/test/javax/el/TestImportHandler.java Modified: tomcat/trunk/test/javax/el/TestImportHandler.java URL: http://svn.apache.org/viewvc/t

[Bug 55102] Add ability to report time taken to prepare response

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55102 Jeremy Boynes changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this

Re: Jasper improvements/XML handling

2013-07-08 Thread Violeta Georgieva
2013/7/8 Mark Thomas wrote: > > On 08/07/2013 06:38, Jeremy Boynes wrote: > > On Jun 25, 2013, at 10:44 PM, Jeremy Boynes > > wrote: > > > Jasper's descriptor parser (used for web.xml and TLDs) can only > > validate DTD-based documents. I opened 55212 about adding it. Such a > > fix could benefit

Re: Jasper improvements/XML handling

2013-07-08 Thread Jeremy Boynes
On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote: > On 08/07/2013 06:38, Jeremy Boynes wrote: ... > >> I'm planning on merging these two patches and pressing on with a >> converged solution, but probably won't be able to do much until next >> weekend. > > I very much doubt that a single patch that

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1500736 - in /tomcat/trunk: java/javax/el/ java/javax/servlet/jsp/el/ java/org/apache/jasper/el/ test/javax/el/

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 13:58:50 2013 New Revision: 1500736 URL: http://svn.apache.org/r1500736 Log: Add a test case for EvaluationListener.propertyResolved() and update the various resolvers to call the new ELContext.setPropertyResolved(Object, Object) method Added: tomcat/trunk/tes

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1500707 - in /tomcat/trunk: java/javax/el/ImportHandler.java test/javax/el/TestImportHandler.java

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 13:04:31 2013 New Revision: 1500707 URL: http://svn.apache.org/r1500707 Log: Extend unit test for ImportHandler and fix some bugs identifed: - off-by-one error extracting class name - not limiting static imports to public static fields/methods - incorrectly flagging

svn commit: r1500690 - in /tomcat/trunk: java/javax/el/ImportHandler.java java/javax/el/LocalStrings.properties test/javax/el/TestImportHandler.java

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 12:26:08 2013 New Revision: 1500690 URL: http://svn.apache.org/r1500690 Log: Add a unit test for ImportHandler and fix some bugs it idenfifed: - missing i18n message - importing a package that is not referenced elsewhere failed - ambiguous imports where not detected

[Bug 55210] SEVERE: The ServletContentInitializer [# Licensed to the Apache Software Foundation (ASF) under one or more] could not be created

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55210 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

svn commit: r1500687 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/startup/ test/webapp-3.0-fragments/WEB-INF/lib/

2013-07-08 Thread violetagg
Author: violetagg Date: Mon Jul 8 12:20:08 2013 New Revision: 1500687 URL: http://svn.apache.org/r1500687 Log: Merged revision 1500663 from tomcat/trunk: Provide test case for META-INF/services/javax.servlet.ServletContainerInitializer that contains multiple SCIs and comments. Added: tomc

svn commit: r1500682 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2013-07-08 Thread violetagg
Author: violetagg Date: Mon Jul 8 12:12:04 2013 New Revision: 1500682 URL: http://svn.apache.org/r1500682 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55210 Merged revision 1500590 from tomcat/trunk: When searching for ServletContainerInitializer, ignore comments in the provider-c

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2013-07-08 Thread Mark Thomas
On 08/07/2013 12:21, Konstantin Kolinko wrote: > Apparently there is a resolver in Jasper > (org.apache.jasper.xmlparser.MyEntityResolver) and it is now stuck as > the files have been moved. Thanks. Fixed. Mark - To unsubscrib

svn commit: r1500677 - in /tomcat/trunk/java/org/apache: catalina/startup/Constants.java jasper/Constants.java

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 11:54:57 2013 New Revision: 1500677 URL: http://svn.apache.org/r1500677 Log: Update paths to the tag library schema files Modified: tomcat/trunk/java/org/apache/catalina/startup/Constants.java tomcat/trunk/java/org/apache/jasper/Constants.java Modified: tom

svn commit: r1500663 - in /tomcat/trunk/test: org/apache/catalina/startup/ webapp-fragments/WEB-INF/lib/

2013-07-08 Thread violetagg
Author: violetagg Date: Mon Jul 8 11:25:51 2013 New Revision: 1500663 URL: http://svn.apache.org/r1500663 Log: Provide test case for META-INF/services/javax.servlet.ServletContainerInitializer that contains multiple SCIs and comments. Added: tomcat/trunk/test/org/apache/catalina/startup/T

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2013-07-08 Thread Konstantin Kolinko
013/7/8 : > 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/4614 > > Buildbot URL: http://ci.apache.org/ > Test javax.el.TestCompositeELResolver FAILED Test org.ap

svn commit: r1500660 - /tomcat/trunk/test/javax/el/TesterClass.java

2013-07-08 Thread kkolinko
Author: kkolinko Date: Mon Jul 8 11:15:24 2013 New Revision: 1500660 URL: http://svn.apache.org/r1500660 Log: Followup to r1500649 Correct typos Modified: tomcat/trunk/test/javax/el/TesterClass.java Modified: tomcat/trunk/test/javax/el/TesterClass.java URL: http://svn.apache.org/viewvc/tom

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1500649 - /tomcat/trunk/test/javax/el/TesterClass.java

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 10:53:05 2013 New Revision: 1500649 URL: http://svn.apache.org/r1500649 Log: Silence some Eclipse warnings Modified: tomcat/trunk/test/javax/el/TesterClass.java Modified: tomcat/trunk/test/javax/el/TesterClass.java URL: http://svn.apache.org/viewvc/tomcat/trun

svn commit: r1500648 - in /tomcat/trunk/test/javax/el: TesterELResolverBase.java TesterELResolverOne.java TesterELResolverTwo.java

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 10:51:06 2013 New Revision: 1500648 URL: http://svn.apache.org/r1500648 Log: Remove unnecessary class Removed: tomcat/trunk/test/javax/el/TesterELResolverBase.java Modified: tomcat/trunk/test/javax/el/TesterELResolverOne.java tomcat/trunk/test/javax/el/T

[Bug 55209] Sometimes returns junk instead of headers even on static files

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55209 --- Comment #3 from Mark Thomas --- (In reply to Pavel Veretennikov from comment #2) > This is a static file in an empty "ROOT" webapp. I am aware of that. > Is there a chance that filters configured in other webapps influence "ROOT"? Ye

[ANN] Apache Tomcat 7.0.42 released

2013-07-08 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.42. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to ve

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

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

svn commit: r1500632 - in /tomcat/trunk: ./ java/javax/servlet/jsp/resources/ java/javax/servlet/resources/ java/org/apache/catalina/startup/ res/META-INF/ res/maven/ webapps/docs/

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 09:33:59 2013 New Revision: 1500632 URL: http://svn.apache.org/r1500632 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 Move the JSP descriptor and tag library descriptor schema defintion files from jsp-api.jar to servlet-api.jar so relative includ

svn commit: r1500626 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2013-07-08 Thread markt
Author: markt Date: Mon Jul 8 09:26:29 2013 New Revision: 1500626 URL: http://svn.apache.org/r1500626 Log: Whitespace police Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java URL: http://svn

[Bug 55166] schemaLocation references between servlet and jsp XSDs are invalid

2013-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55166 --- Comment #12 from Mark Thomas --- I've been looking at the first issues raised - namely where the Servlet and JSP schemas are located. Currently, the schemas are split between [1] and [2]. This split creates the a problem that can easi

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-07-08 Thread Stanislav Grushevskiy (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701869#comment-13701869 ] Stanislav Grushevskiy commented on MTOMCAT-230: --- ok, thanks, I will try Du

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-07-08 Thread Rainer Jung (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701862#comment-13701862 ] Rainer Jung commented on MTOMCAT-230: - Only copying together the two workers.properti

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-07-08 Thread Stanislav Grushevskiy (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701854#comment-13701854 ] Stanislav Grushevskiy commented on MTOMCAT-230: --- mod_jk.conf LoadModule j

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-07-08 Thread Stanislav Grushevskiy (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701853#comment-13701853 ] Stanislav Grushevskiy commented on MTOMCAT-230: --- tomcat/access_log 127.0.0

Re: Jasper improvements/XML handling

2013-07-08 Thread Mark Thomas
On 08/07/2013 06:38, Jeremy Boynes wrote: > On Jun 25, 2013, at 10:44 PM, Jeremy Boynes > wrote: > >> I have been thinking about improvements to Jasper as well around >> better support for Servlet 3.0 concepts. One area would be >> decoupling it from Tomcat, bootstrapping using an SCI as hinted i

[jira] [Commented] (MTOMCAT-230) CLONE - Plugin uploads WAR file twice

2013-07-08 Thread Rainer Jung (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13701837#comment-13701837 ] Rainer Jung commented on MTOMCAT-230: - OK, your workers.properties are pretty minimal