svn commit: r1492105 - in /tomcat/sandbox: storeconfig6/trunk/src/main/resources/org/apache/catalina/storeconfig/ storeconfig7/trunk/src/main/resources/org/apache/catalina/storeconfig/

2013-06-12 Thread remm
Author: remm Date: Wed Jun 12 08:06:20 2013 New Revision: 1492105 URL: http://svn.apache.org/r1492105 Log: Fix type Modified: tomcat/sandbox/storeconfig6/trunk/src/main/resources/org/apache/catalina/storeconfig/mbeans-descriptors.xml (props changed) tomcat/sandbox/storeconfig6/trunk/

svn commit: r1492130 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 10:07:18 2013 New Revision: 1492130 URL: http://svn.apache.org/r1492130 Log: Re-write client to provide greater insight into why an invalid chunk is invalid. This helped track down the non-blocking write issues with the APR/native connector. Modified: tomcat/t

Re: svn commit: r1491976 - /tomcat/trunk/java/javax/servlet/ServletRequest.java

2013-06-12 Thread Mark Thomas
On 11/06/2013 23:49, Konstantin Kolinko wrote: > This was for setAttribute(), removeAttribute(). > > 1. There is also documentation for getAttribute(). I'll fix that shortly. > 2. There is also documentation for similar methods in ServletContext. I'm working my way through the Servlet 3.1 spec

svn commit: r1492133 - /tomcat/trunk/java/javax/servlet/ServletRequest.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 10:15:49 2013 New Revision: 1492133 URL: http://svn.apache.org/r1492133 Log: Fix javadoc. - spec reserves java.* and java.* - needed to update getAttribute() too - add missing '>' Modified: tomcat/trunk/java/javax/servlet/ServletRequest.java Modified: tomcat/tr

svn commit: r1492136 - in /tomcat/trunk/java/javax/servlet: ReadListener.java ServletInputStream.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 10:31:29 2013 New Revision: 1492136 URL: http://svn.apache.org/r1492136 Log: Add some Javadoc for non-blocking IO on the request. Modified: tomcat/trunk/java/javax/servlet/ReadListener.java tomcat/trunk/java/javax/servlet/ServletInputStream.java Modified: t

svn commit: r1492167 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 12:05:05 2013 New Revision: 1492167 URL: http://svn.apache.org/r1492167 Log: Fix autoboxing warning Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/

[Bug 55094] New: the source tar file contains an old version of the docs.

2013-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55094 Bug ID: 55094 Summary: the source tar file contains an old version of the docs. Product: Tomcat Connectors Version: unspecified Hardware: PC OS: Linux

[jira] [Created] (MTOMCAT-227) Can't use slf4j-jcl with tomcat7:run

2013-06-12 Thread Tony Chemit (JIRA)
Tony Chemit created MTOMCAT-227: --- Summary: Can't use slf4j-jcl with tomcat7:run Key: MTOMCAT-227 URL: https://issues.apache.org/jira/browse/MTOMCAT-227 Project: Apache Tomcat Maven Plugin Issue

[jira] [Updated] (MTOMCAT-227) Can't use slf4j-jcl with tomcat7:run

2013-06-12 Thread Tony Chemit (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Chemit updated MTOMCAT-227: Attachment: MTOMCAT-227.tgz To see the problem just do a mvn package > Can't use

Re: [Bug 55006] Add http proxy support for ClientEndpoint using system properties

2013-06-12 Thread Christopher Schultz
Niki, Perhaps you should put some of this discussion into the Bugzilla issue so it can be tracked more easily by anyone interested in the progress. -chris On 6/4/13 1:55 AM, Niki Dokovski wrote: > On Tue, Jun 4, 2013 at 12:01 AM, Rossen Stoyanchev < > rstoyanc...@gopivotal.com> wrote: > >> On M

[Bug 55095] New: isV0Separator method fail on production environment - IllegalArgumentException : Control character in cookie value or attribute.

2013-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55095 Bug ID: 55095 Summary: isV0Separator method fail on production environment - IllegalArgumentException : Control character in cookie value or attribute. Product: Tomcat

[Bug 55095] isV0Separator method fail on production environment - IllegalArgumentException : Control character in cookie value or attribute.

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

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/ test

2013-06-12 Thread markt
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. Added: tomcat/tc7.0.x/trunk/java/org/apache/ca

svn commit: r1492336 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java deploy/ApplicationListener.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 18:34:53 2013 New Revision: 1492336 URL: http://svn.apache.org/r1492336 Log: Better name Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/java/org/apache/catalina/deploy/ApplicationListener.java Modified: tomcat/trunk/j

svn commit: r1492343 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 18:38:51 2013 New Revision: 1492343 URL: http://svn.apache.org/r1492343 Log: Implemented Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java URL: http://svn.a

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

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 18:40:34 2013 New Revision: 1492346 URL: http://svn.apache.org/r1492346 Log: Better name Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/tc7.0.x/trunk/java/org/apache/catal

svn commit: r1492348 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 18:42:03 2013 New Revision: 1492348 URL: http://svn.apache.org/r1492348 Log: Implemented Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java U

svn commit: r1492350 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 18:42:31 2013 New Revision: 1492350 URL: http://svn.apache.org/r1492350 Log: Remove unnecessary warnings Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/Applicati

svn commit: r1492358 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java deploy/ApplicationListener.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 18:44:57 2013 New Revision: 1492358 URL: http://svn.apache.org/r1492358 Log: Align name with logic Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/java/org/apache/catalina/deploy/ApplicationListener.java Modified: tomc

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

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 18:45:29 2013 New Revision: 1492359 URL: http://svn.apache.org/r1492359 Log: Align name with logic Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/tc7.0.x/trunk/java/org/ap

svn commit: r1492382 - /tomcat/trunk/java/javax/servlet/annotation/WebListener.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 19:18:05 2013 New Revision: 1492382 URL: http://svn.apache.org/r1492382 Log: Add additional listener type for 3.1 Modified: tomcat/trunk/java/javax/servlet/annotation/WebListener.java Modified: tomcat/trunk/java/javax/servlet/annotation/WebListener.java URL: h

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

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-12 Thread Konstantin Kolinko
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. > > Added: > > tomc

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/apache

2013-06-12 Thread markt
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 tomcat/trunk/build.xml tomcat/trunk/j

svn commit: r1492401 - /tomcat/trunk/build.xml

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 19:54:44 2013 New Revision: 1492401 URL: http://svn.apache.org/r1492401 Log: Javadoc SE and EE version updates Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1492401&r1=1492400&r2=

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1492403 - in /tomcat/trunk/webapps/docs: project.xml websocketapi/ websocketapi/index.html

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 20:01:16 2013 New Revision: 1492403 URL: http://svn.apache.org/r1492403 Log: Add stub for WebSocket Javadoc (it is already in the full Javadoc build) Added: tomcat/trunk/webapps/docs/websocketapi/ (with props) tomcat/trunk/webapps/docs/websocketapi/index.h

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-12 Thread Mark Thomas
On 12/06/2013 20:43, Konstantin Kolinko wrote: 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

svn commit: r1492415 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ webapps/docs/

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 20:41:33 2013 New Revision: 1492415 URL: http://svn.apache.org/r1492415 Log: Fix API compatibility issues with r1492331 Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.ja

svn commit: r1492435 - /tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 21:36:15 2013 New Revision: 1492435 URL: http://svn.apache.org/r1492435 Log: Speed up failure. 300s was for debugging. Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/Tes

svn commit: r1492451 - /tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2013-06-12 Thread markt
Author: markt Date: Wed Jun 12 22:12:51 2013 New Revision: 1492451 URL: http://svn.apache.org/r1492451 Log: r1491962 broke HTTP upgrade on some platforms (including the CI). Ensure that HTTP upgrade responses are flushed as the normal code path for this is bypassed when using HTTP upgrade. Modi

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2013-06-12 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: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=29&rev2=30 Comment: Update links to Servlet 3.1 specifica

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2013-06-12 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: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=30&rev2=31 Comment: Update links to JSP 2.3 and EL 3.0 sp

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2013-06-12 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: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=31&rev2=32 Comment: Update links to WebSocket 1.0 specifi