Re: svn commit: r1492331 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/startup/

2013-06-13 Thread Violeta Georgieva
2013/6/12 > > Author: markt > Date: Wed Jun 12 18:31:30 2013 > New Revision: 1492331 > > URL: http://svn.apache.org/r1492331 > Log: > With clarification from the EG for Servlet 3.1 section 4.4 finally makes sense. Implement the necessary restriction and add a test case. > I think that we should

Re: svn commit: r1491940 - in /tomcat/trunk: java/org/apache/catalina/core/AsyncContextImpl.java java/org/apache/catalina/core/LocalStrings.properties test/org/apache/catalina/core/TestAsyncContextImp

2013-06-13 Thread Violeta Georgieva
2013/6/11 > > Author: markt > Date: Tue Jun 11 20:18:10 2013 > New Revision: 1491940 > > URL: http://svn.apache.org/r1491940 > Log: > Servlet 3.1 requires an ISE if getRequest() or getResponse() are called after complete() or dispatch() > > Modified: > tomcat/trunk/java/org/apache/catalina/cor

Re: Jar scanning, SCI scanning, fragment scanning

2013-06-13 Thread Romain Manni-Bucau
Hi Exactly, same for tld would be possible! The idea is more or less to start from xbean then create a kind of commons-scanner. Would be great to get it in Tomcat itself. Le 14 juin 2013 05:06, "Nick Williams" a écrit : > > On Jun 13, 2013, at 11:23 AM, Mark Thomas wrote: > > > As I make my way

Re: Jar scanning, SCI scanning, fragment scanning

2013-06-13 Thread Nick Williams
On Jun 13, 2013, at 11:23 AM, Mark Thomas wrote: > As I make my way through the Servlet 3.1 spec reviewing all the changes to > make sure they have all been implemented, I have reached section 8.2. There > are a number of related issues here. > > 1. Three known issues with the current SCI / fr

Re: Jar scanning, SCI scanning, fragment scanning

2013-06-13 Thread Christopher Schultz
Mark, On 6/13/13 12:23 PM, Mark Thomas wrote: > As I make my way through the Servlet 3.1 spec reviewing all the changes > to make sure they have all been implemented, I have reached section 8.2. > There are a number of related issues here. > > 1. Three known issues with the current SCI / fragment

Jar scanning, SCI scanning, fragment scanning

2013-06-13 Thread Mark Thomas
As I make my way through the Servlet 3.1 spec reviewing all the changes to make sure they have all been implemented, I have reached section 8.2. There are a number of related issues here. 1. Three known issues with the current SCI / fragment handling [1] - SCI scan does not obey class loader

Re: svn commit: r1492563 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml webapps/docs/changelog.xml

2013-06-13 Thread Brian Burch
On 13/06/13 13:57, Konstantin Kolinko wrote: 2013/6/13 Brian Burch : Sorry, but I cannot quote the relevant section of the original email because I had already deleted my copy. This commit replaces the dependency on junit 4.8.2 with 4.11. It causes collateral damage to the current version of ne

Re: svn commit: r1492647 - in /tomcat/trunk/res/ide-support/netbeans: nb-tomcat-build.properties project.xml

2013-06-13 Thread Brian Burch
On 13/06/13 13:44, kkoli...@apache.org wrote: Author: kkolinko Date: Thu Jun 13 12:44:30 2013 New Revision: 1492647 URL: http://svn.apache.org/r1492647 Log: Update JUnit version in NetBeans files. Hamcrest library is now in its own jar. Modified: tomcat/trunk/res/ide-support/netbeans/nb-to

svn commit: r1492655 - in /tomcat/trunk: RELEASE-NOTES webapps/docs/class-loader-howto.xml

2013-06-13 Thread kkolinko
Author: kkolinko Date: Thu Jun 13 13:01:06 2013 New Revision: 1492655 URL: http://svn.apache.org/r1492655 Log: Correct a pair of typos in r1492645 Modified: tomcat/trunk/RELEASE-NOTES tomcat/trunk/webapps/docs/class-loader-howto.xml Modified: tomcat/trunk/RELEASE-NOTES URL: http://svn.a

Re: svn commit: r1492563 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml webapps/docs/changelog.xml

2013-06-13 Thread Konstantin Kolinko
2013/6/13 Brian Burch : > Sorry, but I cannot quote the relevant section of the original email because > I had already deleted my copy. > > This commit replaces the dependency on junit 4.8.2 with 4.11. It causes > collateral damage to the current version of netbeans support. It is on my > todo list

svn commit: r1492647 - in /tomcat/trunk/res/ide-support/netbeans: nb-tomcat-build.properties project.xml

2013-06-13 Thread kkolinko
Author: kkolinko Date: Thu Jun 13 12:44:30 2013 New Revision: 1492647 URL: http://svn.apache.org/r1492647 Log: Update JUnit version in NetBeans files. Hamcrest library is now in its own jar. Modified: tomcat/trunk/res/ide-support/netbeans/nb-tomcat-build.properties tomcat/trunk/res/ide-su

svn commit: r1492646 - /tomcat/trunk/res/ide-support/netbeans/project.xml

2013-06-13 Thread markt
Author: markt Date: Thu Jun 13 12:41:48 2013 New Revision: 1492646 URL: http://svn.apache.org/r1492646 Log: Junit dependency was updated Modified: tomcat/trunk/res/ide-support/netbeans/project.xml Modified: tomcat/trunk/res/ide-support/netbeans/project.xml URL: http://svn.apache.org/viewvc/

Re: svn commit: r1492563 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml webapps/docs/changelog.xml

2013-06-13 Thread Mark Thomas
On 13/06/2013 13:27, Brian Burch wrote: Sorry, but I cannot quote the relevant section of the original email because I had already deleted my copy. This commit replaces the dependency on junit 4.8.2 with 4.11. It causes collateral damage to the current version of netbeans support. It is on my to

svn commit: r1492645 - in /tomcat/trunk: RELEASE-NOTES webapps/docs/class-loader-howto.xml

2013-06-13 Thread markt
Author: markt Date: Thu Jun 13 12:40:36 2013 New Revision: 1492645 URL: http://svn.apache.org/r1492645 Log: Update JAR lists to add recent (and not so recent) additions Modified: tomcat/trunk/RELEASE-NOTES tomcat/trunk/webapps/docs/class-loader-howto.xml Modified: tomcat/trunk/RELEASE-NO

Re: svn commit: r1492563 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml webapps/docs/changelog.xml

2013-06-13 Thread Brian Burch
Sorry, but I cannot quote the relevant section of the original email because I had already deleted my copy. This commit replaces the dependency on junit 4.8.2 with 4.11. It causes collateral damage to the current version of netbeans support. It is on my todo list to come up with a less fragile

[jira] [Commented] (MTOMCAT-225) Documented deployment url returns 403 error

2013-06-13 Thread Konstantin Kolinko (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682166#comment-13682166 ] Konstantin Kolinko commented on MTOMCAT-225: > According to the docs, the def

svn commit: r1492621 - in /tomcat/trunk/java/org/apache/catalina: deploy/WebXml.java startup/ContextConfig.java

2013-06-13 Thread markt
Author: markt Date: Thu Jun 13 11:14:23 2013 New Revision: 1492621 URL: http://svn.apache.org/r1492621 Log: Review Structure 101 output. Reduce package tangles a little. Modified: tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java tomcat/trunk/java/org/apache/catalina/startup/Contex

svn commit: r1492615 - /tomcat/trunk/java/javax/servlet/ServletOutputStream.java

2013-06-13 Thread markt
Author: markt Date: Thu Jun 13 10:35:07 2013 New Revision: 1492615 URL: http://svn.apache.org/r1492615 Log: Improve Javadoc Modified: tomcat/trunk/java/javax/servlet/ServletOutputStream.java Modified: tomcat/trunk/java/javax/servlet/ServletOutputStream.java URL: http://svn.apache.org/viewvc

Re: svn commit: r1492397 - in /tomcat/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/realm/ java/org/apache/jasper/compiler/ java/org/ap

2013-06-13 Thread Konstantin Kolinko
2013/6/12 : > Author: markt > Date: Wed Jun 12 19:49:56 2013 > New Revision: 1492397 > > URL: http://svn.apache.org/r1492397 > Log: > Various version updates: > Servlet 3.0 -> 3.1 > JSP 2.2 -> 2.3 > EL 2.2 -> 3.0 > > Modified: > tomcat/trunk/BUILDING.txt > tomcat/trunk/RELEASE-NOTES >

buildbot success in ASF Buildbot on tomcat-trunk

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

Re: svn commit: r1492585 - /tomcat/trunk/java/javax/servlet/ServletOutputStream.java

2013-06-13 Thread Konstantin Kolinko
2013/6/13 : > Author: markt > Date: Thu Jun 13 09:12:06 2013 > New Revision: 1492585 > > URL: http://svn.apache.org/r1492585 > Log: > More Servlet 3.1 Javadoc > > Modified: > tomcat/trunk/java/javax/servlet/ServletOutputStream.java > > Modified: tomcat/trunk/java/javax/servlet/ServletOutputStr

svn commit: r1492585 - /tomcat/trunk/java/javax/servlet/ServletOutputStream.java

2013-06-13 Thread markt
Author: markt Date: Thu Jun 13 09:12:06 2013 New Revision: 1492585 URL: http://svn.apache.org/r1492585 Log: More Servlet 3.1 Javadoc Modified: tomcat/trunk/java/javax/servlet/ServletOutputStream.java Modified: tomcat/trunk/java/javax/servlet/ServletOutputStream.java URL: http://svn.apache.o

svn commit: r1492580 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/config/host.xml webapps/docs/config/listeners.xml

2013-06-13 Thread kkolinko
Author: kkolinko Date: Thu Jun 13 09:04:30 2013 New Revision: 1492580 URL: http://svn.apache.org/r1492580 Log: CTR: docs 1) Merged r1492570 from tomcat/trunk: Replace anchor links that use spaces with underscore ones. 2) Documented UserConfig listener. This is the same as in trunk minus "allow" a

svn commit: r1492579 - in /tomcat/trunk/java/javax/servlet: ReadListener.java WriteListener.java

2013-06-13 Thread markt
Author: markt Date: Thu Jun 13 09:04:00 2013 New Revision: 1492579 URL: http://svn.apache.org/r1492579 Log: Servlet 3.1 Javadoc updates Modified: tomcat/trunk/java/javax/servlet/ReadListener.java tomcat/trunk/java/javax/servlet/WriteListener.java Modified: tomcat/trunk/java/javax/servlet

svn commit: r1492577 - /tomcat/trunk/java/javax/servlet/ReadListener.java

2013-06-13 Thread markt
Author: markt Date: Thu Jun 13 08:57:45 2013 New Revision: 1492577 URL: http://svn.apache.org/r1492577 Log: Fix typo Modified: tomcat/trunk/java/javax/servlet/ReadListener.java Modified: tomcat/trunk/java/javax/servlet/ReadListener.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/ja

svn commit: r1492571 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/context.xml webapps/docs/config/host.xml webapps/docs/config/listeners.xml

2013-06-13 Thread kkolinko
Author: kkolinko Date: Thu Jun 13 08:49:55 2013 New Revision: 1492571 URL: http://svn.apache.org/r1492571 Log: Merged r1492570 from tomcat/trunk: Replace anchor links that use spaces with underscore ones. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/

svn commit: r1492570 - in /tomcat/trunk/webapps/docs/config: context.xml host.xml listeners.xml

2013-06-13 Thread kkolinko
Author: kkolinko Date: Thu Jun 13 08:48:08 2013 New Revision: 1492570 URL: http://svn.apache.org/r1492570 Log: Replace anchor links that use spaces with underscore ones. Modified: tomcat/trunk/webapps/docs/config/context.xml tomcat/trunk/webapps/docs/config/host.xml tomcat/trunk/webap

svn commit: r1492568 - in /tomcat/trunk/test/org/apache/tomcat/websocket/pojo: TestEncodingDecoding.java TestPojoEndpointBase.java TestPojoMethodMapping.java

2013-06-13 Thread markt
Author: markt Date: Thu Jun 13 08:41:39 2013 New Revision: 1492568 URL: http://svn.apache.org/r1492568 Log: Fix copy/paste error in r1492307 Modified: tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestPojoEn

svn commit: r1492567 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/pom.xml

2013-06-13 Thread kkolinko
Author: kkolinko Date: Thu Jun 13 08:40:38 2013 New Revision: 1492567 URL: http://svn.apache.org/r1492567 Log: Update JDBC-Pool POM to use JUnit 4.11 as well. It is a merge of r1470765 minus the change of compiler version. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/

svn commit: r1492563 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml webapps/docs/changelog.xml

2013-06-13 Thread kkolinko
Author: kkolinko Date: Thu Jun 13 08:31:37 2013 New Revision: 1492563 URL: http://svn.apache.org/r1492563 Log: Merged r1492555 from tomcat/trunk: Update Tomcat and JDBC-Pool to JUnit 4.11. Download Hamcrest 1.3 core library and add it to testing classpath. As junit.jar no longer includes Hamcrest

svn commit: r1492555 - in /tomcat/trunk: build.properties.default build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml

2013-06-13 Thread kkolinko
Author: kkolinko Date: Thu Jun 13 07:33:03 2013 New Revision: 1492555 URL: http://svn.apache.org/r1492555 Log: Update Tomcat and JDBC-Pool to JUnit 4.11. Download Hamcrest 1.3 core library and add it to testing classpath. As junit.jar no longer includes Hamcrest classes, the library has to be do