[Bug 56051] FarmWarDeployer sporadically fails with "application being serviced"

2014-01-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56051 --- Comment #2 from Keiichi Fujino --- Tomcat7.0.28 seems a little old. This looks like the same thing as following. http://marc.info/?t=131921184900047&r=1&w=2 In addition to this bug, FarmWarDeployer has been significantly modified in To

svn commit: r1561609 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2014-01-27 Thread kfujino
Author: kfujino Date: Mon Jan 27 08:43:02 2014 New Revision: 1561609 URL: http://svn.apache.org/r1561609 Log: The type of logger attribute of Context MBean should be not org.apache.commons.logging.Log but org.apache.juli.logging.Log. Modified: tomcat/trunk/java/org/apache/catalina/core/mbea

svn commit: r1561610 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/mbeans-descriptors.xml webapps/docs/changelog.xml

2014-01-27 Thread kfujino
Author: kfujino Date: Mon Jan 27 08:44:31 2014 New Revision: 1561610 URL: http://svn.apache.org/r1561610 Log: The type of logger attribute of Context MBean should be not org.apache.commons.logging.Log but org.apache.juli.logging.Log. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/c

svn commit: r1561623 - /tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerBase.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 10:05:14 2014 New Revision: 1561623 URL: http://svn.apache.org/r1561623 Log: Add a TODO to remind me to come back and look at this Modified: tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerBase.java Modified: tomcat/trunk/java/org/apache/

svn commit: r1561625 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.xml webapps/docs/changelog.xml

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 10:14:15 2014 New Revision: 1561625 URL: http://svn.apache.org/r1561625 Log: Fix error when running in strict servlet compliance mode with Java 5. See "Tagging 6.0.39" thread on dev list. By the way, it fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=55166

svn commit: r1561627 - /tomcat/tc6.0.x/trunk/BUILDING.txt

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 10:21:46 2014 New Revision: 1561627 URL: http://svn.apache.org/r1561627 Log: Get rid of a typo. Make format consistent. Modified: tomcat/tc6.0.x/trunk/BUILDING.txt Modified: tomcat/tc6.0.x/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/tru

svn commit: r1561629 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Request.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 10:35:20 2014 New Revision: 1561629 URL: http://svn.apache.org/r1561629 Log: Correct Javadoc Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/Request.java URL: http

svn commit: r1561630 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha: ClusterManager.java ClusterMessageBase.java tcp/SimpleTcpCluster.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 10:39:28 2014 New Revision: 1561630 URL: http://svn.apache.org/r1561630 Log: Fix Javadoc Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/ClusterManager.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/ClusterMessageBase.java tomcat/tc6.0.

svn commit: r1561635 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 11:19:44 2014 New Revision: 1561635 URL: http://svn.apache.org/r1561635 Log: Followup to r1561083 Remove svn:mime-type property from *.dtd files. The value was application/xml-dtd. A mime-type is not needed on these source files, and it is inconvenient: applicati

svn commit: r1561636 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/jsp/resources/ java/javax/servlet/resources/ java/org/apache/tomcat/util/modeler/

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 11:23:52 2014 New Revision: 1561636 URL: http://svn.apache.org/r1561636 Log: Merged revisions r1561083, r1561635 from tomcat/trunk: Remove svn:mime-type property from *.dtd files. The value was application/xml-dtd. A mime-type is not needed on these source files,

svn commit: r1561638 - in /tomcat/tc6.0.x/trunk: ./ java/javax/servlet/jsp/resources/ java/javax/servlet/resources/ java/org/apache/tomcat/util/modeler/

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 11:28:32 2014 New Revision: 1561638 URL: http://svn.apache.org/r1561638 Log: CTR: no code change, fix an issue with svn maintenance Merged revision r1561636 from tomcat/tc7.0.x/trunk: Remove svn:mime-type property from *.dtd files. The value was application/xml-d

svn commit: r1561640 - in /tomcat/trunk/java/javax/servlet/jsp/resources: jspxml.dtd jspxml.xsd

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 11:36:14 2014 New Revision: 1561640 URL: http://svn.apache.org/r1561640 Log: Correct typo in definition of default value for contentType attribute of jsp:directive.page element in jspxml Schema and DTD. Modified: tomcat/trunk/java/javax/servlet/jsp/resources

svn commit: r1561641 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/jsp/resources/jspxml.dtd java/javax/servlet/jsp/resources/jspxml.xsd webapps/docs/changelog.xml

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 11:40:25 2014 New Revision: 1561641 URL: http://svn.apache.org/r1561641 Log: Merged r1561640 from tomcat/trunk: Correct typo in definition of default value for contentType attribute of jsp:directive.page element in jspxml Schema and DTD. Modified: tomcat/tc7

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

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 11:42:10 2014 New Revision: 1561642 URL: http://svn.apache.org/r1561642 Log: proposal 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=1561642&r1=156164

svn commit: r1561643 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/connector/ test/org/apache/catalina/deploy/ test/org/apache/catalina/filters/ test/org/apache/catalina/ha/session/ test/org

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 11:53:13 2014 New Revision: 1561643 URL: http://svn.apache.org/r1561643 Log: Merged r1561054-r1561056 from tomcat/trunk: Remove svn keywords from test/** Remove svn:keywords property from test/** svn propdel svn:keywords --depth infinity Modified: tomcat/tc7

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

2014-01-27 Thread rjung
Author: rjung Date: Mon Jan 27 12:00:43 2014 New Revision: 1561644 URL: http://svn.apache.org/r1561644 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=1561644&r1=1561643&r2=1

svn commit: r1561649 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/ java/org/apache/tomcat/util/codec/ java/org/apache/tomcat/util/codec/binary/ java/org/apache/tomcat/util/collection

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 12:08:56 2014 New Revision: 1561649 URL: http://svn.apache.org/r1561649 Log: Merged revisions r1561166-r1561170 from tomcat/trunk: Remove $Id keyword from files in tomcat/util/(buf|codec|collections|descriptor)/** Remove svn:keywords property from tomcat/util/(b

svn commit: r1561650 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/disk/ java/org/apache/tomcat/util/http/fileupload/servlet/

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 12:17:29 2014 New Revision: 1561650 URL: http://svn.apache.org/r1561650 Log: Merged revisions r1561173-r1561174 from tomcat/trunk: Remove $Id keyword from files in tomcat/util/http/fileupload/** Remove svn:keywords property from tomcat/util/http/fileupload/** svn

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[Bug 56051] FarmWarDeployer sporadically fails with "application being serviced"

2014-01-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56051 --- Comment #3 from Michael Gloegl --- Old version might be a thing :( Unfortunately 7.0.28 is what is currently available in Debian wheezy, I will try and figure out if we can get to 7.0.50 -- You are receiving this mail because: You are

svn commit: r1561654 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/digester/ java/org/apache/tomcat/util/file/ java/org/apache/tomcat/util/modeler/ java/org/apache/tomcat/util/modeler/mod

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 12:42:39 2014 New Revision: 1561654 URL: http://svn.apache.org/r1561654 Log: Merged revisions r1561171-r1561172, r1561175-r1561176 from tomcat/trunk: Remove $Id keyword from files in tomcat/util/(digester|file|modeler)/** Remove svn:keywords property from tomcat/u

svn commit: r1561655 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/ java/org/apache/tomcat/util/http/ java/org/apache/tomcat/util/http/mapper/ java/org/apache/tomcat/util/http/res/ java/o

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 12:48:36 2014 New Revision: 1561655 URL: http://svn.apache.org/r1561655 Log: Merged revisions r1561178-r1561179 from tomcat/trunk: Remove $Id keyword from all remaining files in tomcat/util/** Remove svn:keywords property from the rest of files in tomcat/util/**

svn commit: r1561656 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/jni/

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 12:52:33 2014 New Revision: 1561656 URL: http://svn.apache.org/r1561656 Log: Merged revisions r1561160-r1561162 from tomcat/trunk: Remove $Id keyword from files in tomcat/jni/** Remove svn:keywords property from tomcat/jni/** svn propdel svn:keywords --depth infi

svn commit: r1561657 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/ java/org/apache/tomcat/buildutil/

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 12:56:58 2014 New Revision: 1561657 URL: http://svn.apache.org/r1561657 Log: Merged revisions r1561180-r1561182 from tomcat/trunk: Remove $Id keyword from all remaining files in tomcat/** Remove svn:keywords property from the rest of files in tomcat/** With this

svn commit: r1561658 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/juli/ java/org/apache/juli/logging/ java/org/apache/naming/ java/org/apache/naming/factory/ java/org/apache/naming/factory/webservic

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 13:05:23 2014 New Revision: 1561658 URL: http://svn.apache.org/r1561658 Log: Merged revisions r1561152-r1561157 from tomcat/trunk: Remove $Id and $Revision keywords from files in (juli|naming)/** Remove svn:keywords property from (juli|naming)/** With this all of

svn commit: r1561670 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/compiler/tagplugin/ java/org/apache/jasper/el/ java/org/apache/jaspe

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 13:35:02 2014 New Revision: 1561670 URL: http://svn.apache.org/r1561670 Log: Merged revisions r1561148-r1561151 from tomcat/trunk: Remove $Id and $Revision keywords from files in jasper/** Remove svn:keywords property from jasper/** With this all of jasper/** have

svn commit: r1561674 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/el/ java/org/apache/el/lang/ java/org/apache/el/parser/ java/org/apache/el/util/

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 13:42:23 2014 New Revision: 1561674 URL: http://svn.apache.org/r1561674 Log: Merged revisions r1561143-r1561146 from tomcat/trunk: Remove $Id keyword from files in org/apache/el/** Remove svn:keywords property from org/apache/el/** With this all of el/** has been

svn commit: r1561675 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ java/org/apache/coyote/htt

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 13:45:27 2014 New Revision: 1561675 URL: http://svn.apache.org/r1561675 Log: Merged r1561140 from tomcat/trunk: Remove svn:keywords property from coyote/** With this all of coyote/** has been processed. (None of the files here contained any keywords). svn propdel

svn commit: r1561678 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/core/ java/org/apac

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 13:53:17 2014 New Revision: 1561678 URL: http://svn.apache.org/r1561678 Log: Merged revision r1561127 from tomcat/trunk: Remove $Revision keyword from files in catalina/** Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apa

svn commit: r1561680 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ha/ java/org/apache/catalina/ha/authenticator/ java/org/apache/catalina/ha/backend/ java/org/apache/catalina/ha/context/ ja

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 13:58:37 2014 New Revision: 1561680 URL: http://svn.apache.org/r1561680 Log: Merged revisions r1561114, r1561128 from tomcat/trunk: Remove $Id keyword from files in catalina/ha/** Remove svn:keywords property from catalina/ha/** svn propdel svn:keywords --depth i

svn commit: r1561683 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/ java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 14:09:29 2014 New Revision: 1561683 URL: http://svn.apache.org/r1561683 Log: Merged revisions r1561115, r1561131 from tomcat/trunk: Remove $Id keyword from files in catalina/tribes/** Remove svn:keywords property from catalina/tribes/** svn propdel svn:keywords -

svn commit: r1561706 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/jsp/resources/ java/javax/servlet/resources/

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 15:16:46 2014 New Revision: 1561706 URL: http://svn.apache.org/r1561706 Log: Merged revision r1561094 from tomcat/trunk: Remove SVN $Id keyword and similar constructs for other source code management systems Remove svn:keywords property. Modified: tomcat/tc7

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

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 16:04:16 2014 New Revision: 1561716 URL: http://svn.apache.org/r1561716 Log: Keywords removal in Tomcat 7 is done. Update changelog. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: htt

Re: Remove svn:keywords in Tomcat 6, 7, 8.

2014-01-27 Thread Konstantin Kolinko
2014-01-25 Konstantin Kolinko : > 2014/1/24 Konstantin Kolinko : >> Hi! >> >> With so many people looking forward to Git [1] I think it is time to >> remove svn keywords from our source files. >> >> There are two things: >> 1) Remove $Id$ etc. lines from the files >> 2) Remove svn:keywords property

svn commit: r1561698 [4/4] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apa

2014-01-27 Thread kkolinko
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ExtendedAccessLogValve.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ExtendedAccessLogValve.java?rev=1561698&r1=1561697&r2=1561698&view=diff ===

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1561713 - in /tomcat/tc7.0.x/trunk: ./ java/javax/annotation/ java/javax/annotation/security/ java/javax/ejb/ java/javax/el/ java/javax/mail/ java/javax/mail/internet/ java/javax/persiste

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 15:28:33 2014 New Revision: 1561713 URL: http://svn.apache.org/r1561713 Log: Merged revisions r1561085, r1561093, r1561098, r1561101 from tomcat/trunk: Remove $Id and $Version$ keywords from java files in java/javax/** Remove svn:keywords property from java/javax/

svn commit: r1561732 - /tomcat/trunk/java/javax/servlet/jsp/resources/jspxml.dtd

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 16:34:35 2014 New Revision: 1561732 URL: http://svn.apache.org/r1561732 Log: Fix two more errors in jspxml.dtd, found by validating the file in Eclipse IDE. 1. Complained for missing '(' in definition of jsp:text. 2. Element jsp:fallback (mentioned in jsp:plugin)

svn commit: r1561737 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/jsp/resources/jspxml.dtd webapps/docs/changelog.xml

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 16:37:16 2014 New Revision: 1561737 URL: http://svn.apache.org/r1561737 Log: Merged r1561732 from tomcat/trunk: Fix two more errors in jspxml.dtd, found by validating the file in Eclipse IDE. 1. Complained for missing '(' in definition of jsp:text. 2. Element jsp:

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1561770 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: ha/tcp/ manager/ manager/host/ realm/ servlets/

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 18:04:52 2014 New Revision: 1561770 URL: http://svn.apache.org/r1561770 Log: Javadoc fixes Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/StatusTransformer.java

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

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 18:10:50 2014 New Revision: 1561772 URL: http://svn.apache.org/r1561772 Log: proposals 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=1561772&r1=15617

svn commit: r1561773 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: servlets/ tribes/group/ tribes/io/ tribes/membership/

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 18:19:12 2014 New Revision: 1561773 URL: http://svn.apache.org/r1561773 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordina

svn commit: r1561778 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes: tipis/ transport/ transport/bio/ transport/bio/util/ transport/nio/

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 18:37:12 2014 New Revision: 1561778 URL: http://svn.apache.org/r1561778 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/tipis/Laz

svn commit: r1561780 - in /tomcat/tc6.0.x/trunk: ./ res/ res/META-INF/ res/confinstall/ res/deployer/ res/maven/

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 18:38:37 2014 New Revision: 1561780 URL: http://svn.apache.org/r1561780 Log: CTR: documentation, comments + discussed on dev list Merged revision r1561552 from tomcat/tc7.0.x/trunk: Remove $Id keyword from res/** Remove svn:keywords property from res/** svn propd

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1561783 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport: bio/util/FastQueue.java nio/NioReceiver.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 18:40:15 2014 New Revision: 1561783 URL: http://svn.apache.org/r1561783 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transpor

svn commit: r1561784 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote: OutputBuffer.java http11/Http11Processor.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 18:42:31 2014 New Revision: 1561784 URL: http://svn.apache.org/r1561784 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/OutputBuffer.java tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomca

svn commit: r1561785 - in /tomcat/tc6.0.x/trunk/java/org/apache/el: lang/ELSupport.java util/ReflectionUtil.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 18:44:45 2014 New Revision: 1561785 URL: http://svn.apache.org/r1561785 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/el/lang/ELSupport.java tomcat/tc6.0.x/trunk/java/org/apache/el/util/ReflectionUtil.java Modified: tomcat/tc6.0.x

svn commit: r1561786 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JspUtil.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 18:45:18 2014 New Revision: 1561786 URL: http://svn.apache.org/r1561786 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JspUtil.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JspUtil.java URL: http:

svn commit: r1561795 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 19:03:54 2014 New Revision: 1561795 URL: http://svn.apache.org/r1561795 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.jav

svn commit: r1561803 - in /tomcat/tc6.0.x/trunk/java/org/apache: naming/ tomcat/buildutil/ tomcat/jni/ tomcat/util/http/fileupload/ tomcat/util/modeler/ tomcat/util/net/

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 19:31:53 2014 New Revision: 1561803 URL: http://svn.apache.org/r1561803 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/org/apache/naming/HandlerRef.java tomcat/tc6.0.x/trunk/java/org/apache/naming/ServiceRef.java tomcat/tc6.0.x/trunk/java/

svn commit: r1561806 - /tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpServletRequest.java

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 19:41:48 2014 New Revision: 1561806 URL: http://svn.apache.org/r1561806 Log: Fix Javadoc warnings Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpServletRequest.java Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpServletRequest.java URL:

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

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 19:45:51 2014 New Revision: 1561809 URL: http://svn.apache.org/r1561809 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=1561809&r1=1561808&r2=15

svn commit: r1561812 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/javax/servlet/jsp/resources/jspxml.dtd java/javax/servlet/jsp/resources/jspxml.xsd webapps/docs/changelog.xml

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 19:50:54 2014 New Revision: 1561812 URL: http://svn.apache.org/r1561812 Log: Correct typo in definition of default value for contentType attribute of jsp:directive.page element in jspxml Schema and DTD. (kkolinko) Modified: tomcat/tc6.0.x/trunk/ (props change

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

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 19:52:28 2014 New Revision: 1561814 URL: http://svn.apache.org/r1561814 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=1561814&r1=1561813&r2=15

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

2014-01-27 Thread rjung
Author: rjung Date: Mon Jan 27 19:56:11 2014 New Revision: 1561817 URL: http://svn.apache.org/r1561817 Log: Vote, comment. 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=1561817&r1=156

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

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 21:24:05 2014 New Revision: 1561856 URL: http://svn.apache.org/r1561856 Log: explain my position 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=156185

[Bug 56058] AccessLogValve Local IP/port inconsistent

2014-01-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56058 --- Comment #1 from Mark Thomas --- I've been looking at the source and doing some testing. For the AJP protocol: - %a and %h always refer to the client as seen by the reverse proxy - %v is the host header received by the reverse proxy or

svn commit: r1561864 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/javax/servlet/jsp/resources/jspxml.dtd webapps/docs/changelog.xml

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 21:41:00 2014 New Revision: 1561864 URL: http://svn.apache.org/r1561864 Log: Merged revision r1561737 from tomcat/tc7.0.x/trunk: Fix two more errors in jspxml.dtd, found by validating the file in Eclipse IDE. 1. Complained for missing '(' in definition of jsp:text

svn commit: r1561867 - in /tomcat/tc6.0.x/trunk: ./ test/org/apache/catalina/ha/session/ test/org/apache/catalina/tribes/demos/ test/org/apache/catalina/tribes/test/ test/org/apache/catalina/tribes/te

2014-01-27 Thread kkolinko
Author: kkolinko Date: Mon Jan 27 21:49:23 2014 New Revision: 1561867 URL: http://svn.apache.org/r1561867 Log: Merged r1561643 from tomcat/tc7.0.x/trunk: Remove svn:keywords property from test/** (None of the files here contained any keywords). svn propdel svn:keywords --depth infinity Modified:

svn commit: r1561881 - in /tomcat/tc6.0.x/tags/TOMCAT_6_0_39: ./ build.properties.default

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 22:14:58 2014 New Revision: 1561881 URL: http://svn.apache.org/r1561881 Log: Tag 6.0.39 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_39/ (props changed) - copied from r1561874, tomcat/tc6.0.x/trunk/ Modified: tomcat/tc6.0.x/tags/TOMCAT_6_0_39/build.properti

svn commit: r1561889 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_39/

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 22:30:08 2014 New Revision: 1561889 URL: http://svn.apache.org/r1561889 Log: Forgot to update KEYS file Removed: tomcat/tc6.0.x/tags/TOMCAT_6_0_39/ - To unsubscribe, e-mail: dev-unsubscr...@to

svn commit: r1561892 - /tomcat/tc6.0.x/trunk/KEYS

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 22:35:34 2014 New Revision: 1561892 URL: http://svn.apache.org/r1561892 Log: Update my keys for 6.0.x Modified: tomcat/tc6.0.x/trunk/KEYS Modified: tomcat/tc6.0.x/trunk/KEYS URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/KEYS?rev=1561892&r1=1561891&r2=

svn commit: r1561893 - in /tomcat/tc6.0.x/tags/TOMCAT_6_0_39: ./ build.properties.default

2014-01-27 Thread markt
Author: markt Date: Mon Jan 27 22:36:22 2014 New Revision: 1561893 URL: http://svn.apache.org/r1561893 Log: Tag 6.0.39 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_39/ (props changed) - copied from r1561892, tomcat/tc6.0.x/trunk/ Modified: tomcat/tc6.0.x/tags/TOMCAT_6_0_39/build.properti

[VOTE] Release Apache Tomcat 6.0.39

2014-01-27 Thread Mark Thomas
The proposed Apache Tomcat 6.0.39 release candidate is now available for voting. The main changes since 6.0.37 are: - Updated to use the Eclipse compiler 4.3.1 - Back-ported various improvements to the validation of XML configuration files from Tomcat 7 - Avoid CVE-2013-1571 when generating Java

Re: [VOTE] Release Apache Tomcat 6.0.39

2014-01-27 Thread Mark Thomas
> The proposed 6.0.39 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 6.0.39 Stable Issue 1 === XML validation with DTDs on Java 5 is broken. Switching to Java 6 fixes this. Given the support status of Java 5 I don't plan on addressing this other than mention

[Bug 56070] New: the resource url is wrong!

2014-01-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56070 Bug ID: 56070 Summary: the resource url is wrong! Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2 Compone

[Bug 56070] the resource url is wrong!

2014-01-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56070 devali <4700...@qq.com> changed: What|Removed |Added Priority|P2 |P1 OS|