svn commit: r1550658 - /tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml

2013-12-12 Thread kkolinko
Author: kkolinko Date: Fri Dec 13 06:59:03 2013 New Revision: 1550658 URL: http://svn.apache.org/r1550658 Log: Review of r1550397 (Note: A commit e-mail for r1550397 has not reached the dev@ list) Fix duplicate description. Remove duplicate property. Modified: tomcat/trunk/java/org/apache/ca

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

2013-12-12 Thread kkolinko
Author: kkolinko Date: Fri Dec 13 06:28:49 2013 New Revision: 1550653 URL: http://svn.apache.org/r1550653 Log: Correct typos 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/tomcat/tc7.0.x/t

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 55867] When Cookie value is empty, double quotes are added

2013-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55867 --- Comment #2 from Shilpi --- This creates a problem if the cookie value is validated or checked in some other system/server/component. As there an empty cookie was expected. org.apache.tomcat.util.http.ServerCookie.ALLOW_NAME_ONLY prope

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-12 Thread Keiichi Fujino
2013/12/12 Mark Thomas > The proposed Apache Tomcat 8.0.0 release candidate 7 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. The main changes since RC5 are: > - Better handling of generic types in the WebSocket 1

svn commit: r1550617 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/cluster-interceptor.xml

2013-12-12 Thread kfujino
Author: kfujino Date: Fri Dec 13 02:02:09 2013 New Revision: 1550617 URL: http://svn.apache.org/r1550617 Log: Fix the sample configuration of StaticMembershipInterceptor in order to prevent warning log. uniqueId must be 16 bytes. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1550616 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml config/cluster-interceptor.xml

2013-12-12 Thread kfujino
Author: kfujino Date: Fri Dec 13 02:00:17 2013 New Revision: 1550616 URL: http://svn.apache.org/r1550616 Log: Fix the sample configuration of StaticMembershipInterceptor in order to prevent warning log. uniqueId must be 16 bytes. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1550614 - /tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

2013-12-12 Thread kfujino
Author: kfujino Date: Fri Dec 13 01:58:02 2013 New Revision: 1550614 URL: http://svn.apache.org/r1550614 Log: Fix the sample configuration of StaticMembershipInterceptor in order to prevent warning log. uniqueId must be 16 bytes. Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor

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

2013-12-12 Thread kfujino
Author: kfujino Date: Fri Dec 13 01:41:13 2013 New Revision: 1550612 URL: http://svn.apache.org/r1550612 Log: Fix changelog. 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/tomcat/tc7.0.x/t

[Bug 55821] parallel deployment should deploy latest version of webapp on startup

2013-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55821 --- Comment #3 from Colin Freas --- What I see in practice: in a development environment, I wind up with several jars in the autodeploy directory: myapp##1212.jar & myapp##1213.jar. Tomcat starts to deploy myapp##1212, eventually starts

buildbot success in ASF Buildbot on tomcat-trunk

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

buildbot success in ASF Buildbot on tomcat-7-trunk

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

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-12 Thread Mark Thomas
On 11/12/2013 23:24, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.0 release candidate 7 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. The main changes since RC5 are: > - Better handling of generic types in

svn commit: r1550545 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/HostConfig.java test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java webapps/docs/changelog.xml

2013-12-12 Thread markt
Author: markt Date: Thu Dec 12 21:49:19 2013 New Revision: 1550545 URL: http://svn.apache.org/r1550545 Log: Fix an edge case spotted while testing other functionality. If a context.xml file is added to a DIR it was always ignored. It will now trigger a redeploy. Modified: tomcat/tc7.0.x/trun

svn commit: r1550542 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/LocalStrings.properties

2013-12-12 Thread markt
Author: markt Date: Thu Dec 12 21:42:05 2013 New Revision: 1550542 URL: http://svn.apache.org/r1550542 Log: Better message text (reported via users list) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties

svn commit: r1550541 - in /tomcat/trunk: java/org/apache/catalina/startup/HostConfig.java test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java webapps/docs/config/automatic-deployme

2013-12-12 Thread markt
Author: markt Date: Thu Dec 12 21:41:11 2013 New Revision: 1550541 URL: http://svn.apache.org/r1550541 Log: Fix an edge case spotted while testing other functionality. If a context.xml file is added to a DIR it was always ignored. It will now trigger a redeploy. Modified: tomcat/trunk/java/o

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1550531 - /tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java

2013-12-12 Thread markt
Author: markt Date: Thu Dec 12 21:07:25 2013 New Revision: 1550531 URL: http://svn.apache.org/r1550531 Log: Need to include new Cache MBean in test (thanks Gump) Modified: tomcat/trunk/test/org/apache/catalina/mbeans/TestRegistration.java Modified: tomcat/trunk/test/org/apache/catalina/mbean

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2013-12-12 Thread Bill Barker
Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-20131212.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20131212-native-src.tar.gz -Dexampl

svn commit: r1550503 - in /tomcat/trunk/java/org/apache/catalina/webresources: StandardRoot.java TraceWrapperInputStream.java mbeans-descriptors.xml

2013-12-12 Thread markt
Author: markt Date: Thu Dec 12 19:29:03 2013 New Revision: 1550503 URL: http://svn.apache.org/r1550503 Log: Make the trace resources accessible via JMX. Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java tomcat/trunk/java/org/apache/catalina/webresources/Trace

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-12 Thread Jeanfrancois Arcand
On 2013-12-11 6:24 PM, Mark Thomas wrote: The proposed 8.0.0-RC7 release is: [ ] Broken - do not release [X] Alpha - go ahead and release as 8.0.0-RC7 alpha -- Jeanfrancois - To unsubscribe, e-mail: dev-unsubscr...@tomcat.ap

[Bug 55867] When Cookie value is empty, double quotes are added

2013-12-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55867 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #1 from Chri

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-12 Thread Daniel Mikusa
On Dec 11, 2013, at 6:24 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.0 release candidate 7 is now available > for voting. > > Given this is a release candidate I am working on the basis that it is > equivalent to an alpha. The main changes since RC5 are: > - Better handling of generi

buildbot exception in ASF Buildbot on tomcat-7-trunk

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

Re: [VOTE] Release Apache Tomcat 7.0.49

2013-12-12 Thread Rainer Jung
On 11.12.2013 10:41, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.49 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.49/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/or

svn commit: r1550408 - /tomcat/tc7.0.x/trunk/build.properties.default

2013-12-12 Thread rjung
Author: rjung Date: Thu Dec 12 12:31:48 2013 New Revision: 1550408 URL: http://svn.apache.org/r1550408 Log: Revert r1536092: this broke building of the Log4J adapter for our copy of commons-logging. Unfortunately commons-logging 1.1.3 which we use contains references to Log4J 1.2.12 and 1.2.17 bu

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1550391 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2013-12-12 Thread kfujino
Author: kfujino Date: Thu Dec 12 10:25:49 2013 New Revision: 1550391 URL: http://svn.apache.org/r1550391 Log: In AbstractReplicatedMap#finalize, remove rpcChannel from channel Listener of group channel before sending MapMessage.MSG_STOP message. This prevent that the node that sent the MapMessage

svn commit: r1550387 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties

2013-12-12 Thread markt
Author: markt Date: Thu Dec 12 09:44:03 2013 New Revision: 1550387 URL: http://svn.apache.org/r1550387 Log: Better message text (reported via users list) Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/webs