Schema locations for 7.0.x and 6.0.x

2014-01-24 Thread Mark Thomas
Having seen the various issues we now have with the split of schemas between servlet-api.jar and jsp-api.jar I have changed my mind about the merits of duplicating the resources currently on jsp-api.jar in servlet-api.jar. Therefore, I intend to look at configuring the build script to duplicate

[Bug 56044] Extract EL implementation from embedded Jasper into a separate JAR

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 --- Comment #2 from Dave Syer david_s...@hotmail.com --- How did you fix it? Or maybe I'm looking at the wrong repository? I do see a new build here http://repository.apache.org/content/groups/snapshots/org/apache/tomcat/embed/, but it only

[Bug 56044] Extract EL implementation from embedded Jasper into a separate JAR

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 --- Comment #3 from Mark Thomas ma...@apache.org --- Let me check if I updated the publishing scripts correctly. I may have missed a step. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1560922 - /tomcat/trunk/res/maven/mvn-pub.xml

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 08:56:48 2014 New Revision: 1560922 URL: http://svn.apache.org/r1560922 Log: Need to publish new JARs Modified: tomcat/trunk/res/maven/mvn-pub.xml Modified: tomcat/trunk/res/maven/mvn-pub.xml URL:

[Bug 56044] Extract EL implementation from embedded Jasper into a separate JAR

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 --- Comment #4 from Mark Thomas ma...@apache.org --- OK, try now. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 56044] Extract EL implementation from embedded Jasper into a separate JAR

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 --- Comment #5 from Dave Syer david_s...@hotmail.com --- Looks good. Can you do it with Tomcat 7 now? -- You are receiving this mail because: You are the assignee for the bug.

XML validation for tag libraries

2014-01-24 Thread Mark Thomas
I have noticed that older versions of the JSTL tag libraries contain following xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd Using just the file name for the location in our new EntityResolver triggers the try and find the resource relative to the current resource

svn commit: r1560931 - in /tomcat/tc7.0.x/trunk: build.xml java/org/apache/tomcat/util/descriptor/DigesterFactory.java

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 10:24:03 2014 New Revision: 1560931 URL: http://svn.apache.org/r1560931 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56045 Copy the XML schemas used for validation that are located in jsp-api.jar to servlet-api.jar so that an embedded Tomcat instance

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

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 10:26:17 2014 New Revision: 1560932 URL: http://svn.apache.org/r1560932 Log: Update change log Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

[Bug 56044] Extract EL implementation from embedded Jasper into a separate JAR

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 --- Comment #6 from Mark Thomas ma...@apache.org --- That should be OK as anyone using Maven should pick up the additional JARs through the dependencies. I'll port this fix and create a new snapshot for 7.0.x for you to test (that will also

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 11:49:20 2014 New Revision: 1560948 URL: http://svn.apache.org/r1560948 Log: Include javax.annotation.sql.* classes in annotations-api.jar Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

svn commit: r1560954 - /tomcat/trunk/res/META-INF/servlet-api.jar.notice

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 11:56:18 2014 New Revision: 1560954 URL: http://svn.apache.org/r1560954 Log: Add missing jsp XSDs Modified: tomcat/trunk/res/META-INF/servlet-api.jar.notice Modified: tomcat/trunk/res/META-INF/servlet-api.jar.notice URL:

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

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 11:59:39 2014 New Revision: 1560959 URL: http://svn.apache.org/r1560959 Log: Re-use servlet-api notice and license for embed-core since it is the same Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

[Bug 56060] New: Request parameter is intermittently missing

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56060 Bug ID: 56060 Summary: Request parameter is intermittently missing Product: Tomcat 7 Version: unspecified Hardware: PC OS: Linux Status: NEW

[Bug 56060] Request parameter is intermittently missing

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56060 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1560961 - /tomcat/trunk/res/META-INF/servlet-api.jar.license

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 12:09:57 2014 New Revision: 1560961 URL: http://svn.apache.org/r1560961 Log: Add missing jsp XSDs Modified: tomcat/trunk/res/META-INF/servlet-api.jar.license Modified: tomcat/trunk/res/META-INF/servlet-api.jar.license URL:

svn commit: r1560962 - in /tomcat/tc7.0.x/trunk: ./ build.xml res/maven/tomcat-embed-el.pom res/maven/tomcat-embed-jasper.pom res/maven/tomcat-embed-websocket.pom

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 12:12:07 2014 New Revision: 1560962 URL: http://svn.apache.org/r1560962 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 Separate out the EL and WebSocket implementations into separate JARs for embedded. Added:

svn commit: r1560964 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 12:14:16 2014 New Revision: 1560964 URL: http://svn.apache.org/r1560964 Log: Include javax.annotation.sql.* classes in annotations-api.jar Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml

svn commit: r1560965 - in /tomcat/tc7.0.x/trunk: build.xml webapps/docs/changelog.xml

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 12:17:55 2014 New Revision: 1560965 URL: http://svn.apache.org/r1560965 Log: Package correct license and notice files with embedded JARs. Modified: tomcat/tc7.0.x/trunk/build.xml tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1560968 - in /tomcat/tc7.0.x/trunk: ./ build.xml res/maven/mvn-pub.xml

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 12:24:24 2014 New Revision: 1560968 URL: http://svn.apache.org/r1560968 Log: Correct issue back-porting fix for bug 56044 Ensure new JARs are published Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1560973 - /tomcat/tc7.0.x/trunk/build.xml

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 12:35:33 2014 New Revision: 1560973 URL: http://svn.apache.org/r1560973 Log: Fix copy/paste error Modified: tomcat/tc7.0.x/trunk/build.xml Modified: tomcat/tc7.0.x/trunk/build.xml URL:

Re: Tomcat 6 status file needs one more vote

2014-01-24 Thread Konstantin Kolinko
2014/1/24 Mark Thomas ma...@apache.org: On 23/01/2014 19:05, Konstantin Kolinko wrote: One more: as Rainer noted in the [VOTE] thread, apparently your key is missing from the KEYS file. http://markmail.org/message/4dlcb2nzhpcycxj5 - build.properties.default differs in revision header

buildbot success in ASF Buildbot on tomcat-7-trunk

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

[Bug 56044] Extract EL implementation from embedded Jasper into a separate JAR

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56044 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1560993 - in /tomcat/tc7.0.x/trunk/res/maven: mvn-pub.xml tomcat-embed-websocket.pom tomcat7-embed-websocket.pom

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 13:31:06 2014 New Revision: 1560993 URL: http://svn.apache.org/r1560993 Log: Use consistent naming for embedded web-socket JAR Added: tomcat/tc7.0.x/trunk/res/maven/tomcat7-embed-websocket.pom - copied unchanged from r1560967,

svn commit: r1560996 - in /tomcat/tc7.0.x/trunk/res/META-INF: servlet-api.jar.license servlet-api.jar.notice

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 13:35:52 2014 New Revision: 1560996 URL: http://svn.apache.org/r1560996 Log: There is an additional CDDL licensed file in servlet-api.jar as a result of copying the jsp-api schemas Modified: tomcat/tc7.0.x/trunk/res/META-INF/servlet-api.jar.license

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

2014-01-24 Thread 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 propdel svn:keywords --depth infinity 1) is motivated by lack of support for

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

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 13:43:02 2014 New Revision: 1561001 URL: http://svn.apache.org/r1561001 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2014-01-24 Thread Mark Thomas
On 24/01/2014 13:40, Konstantin Kolinko wrote: Hi! With so many people looking forward to Git [1] I think it is time to remove svn keywords from our source files. snip/ Any objection to proceed with this? None here. I think this can also be applied to Tomcat 6. Technically, all

svn commit: r1561009 - in /tomcat/trunk/java/javax/servlet: ./ http/

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 13:58:25 2014 New Revision: 1561009 URL: http://svn.apache.org/r1561009 Log: Remove pointless @author tags Modified: tomcat/trunk/java/javax/servlet/RequestDispatcher.java tomcat/trunk/java/javax/servlet/ServletContext.java

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

2014-01-24 Thread Rainer Jung
On 24.01.2014 14:40, Konstantin Kolinko wrote: 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 propdel svn:keywords

svn commit: r1561017 - /tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/SecurityRoleRef.java

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 14:09:42 2014 New Revision: 1561017 URL: http://svn.apache.org/r1561017 Log: How did this creep in? Modified: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/SecurityRoleRef.java Modified:

svn commit: r1561018 - /tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 14:13:20 2014 New Revision: 1561018 URL: http://svn.apache.org/r1561018 Log: Remove another generic author tag Modified: tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JDTCompiler.java URL:

Removal of author tags in trunk

2014-01-24 Thread Mark Thomas
Folks, The ASF discourages (at least it has for as long as I have been around) the use of @author tags. While I have no wish to remove an existing @author tag of an author that wants it to stay, I am more than happy to do the leg work to remove @author tags if that author wishes. With this in

svn commit: r1561020 - in /tomcat/trunk: java/org/apache/catalina/ha/ java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/io/ jav

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 14:18:14 2014 New Revision: 1561020 URL: http://svn.apache.org/r1561020 Log: Remove / clean-up pointless javadoc Modified: tomcat/trunk/java/org/apache/catalina/ha/ClusterMessageBase.java tomcat/trunk/java/org/apache/catalina/tribes/group/RpcCallback.java

Re: Removal of author tags in trunk

2014-01-24 Thread Tim Funk
Yes - Feel free to remove my name. @author Tim Funk -Tim

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

2014-01-24 Thread rjung
Author: rjung Date: Fri Jan 24 14:31:02 2014 New Revision: 1561023 URL: http://svn.apache.org/r1561023 Log: And then there were three (and a comment). Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2014-01-24 Thread Konstantin Kolinko
2014/1/24 rj...@apache.org: Author: rjung Date: Fri Jan 24 14:31:02 2014 New Revision: 1561023 URL: http://svn.apache.org/r1561023 Log: And then there were three (and a comment). Modified: tomcat/tc6.0.x/trunk/STATUS.txt * Update sample Eclipse IDE project to use JUnit 4 and @@

svn commit: r1561025 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util: FastQueue.java LinkObject.java SingleRemoveSynchronizedAddLock.java

2014-01-24 Thread rjung
Author: rjung Date: Fri Jan 24 14:54:12 2014 New Revision: 1561025 URL: http://svn.apache.org/r1561025 Log: Remove my remaining author tags. Modified: tomcat/trunk/java/org/apache/catalina/tribes/transport/bio/util/FastQueue.java

svn commit: r1561027 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/ROOT/index.html webapps/ROOT/index.jsp webapps/docs/changelog.xml

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 14:59:29 2014 New Revision: 1561027 URL: http://svn.apache.org/r1561027 Log: Align ROOT/index.html and ROOT/index.jsp It is backport of r1560857 and followup to r648575 that fixed one of the two files. The following fixes were part of r648575: - Fix broken

svn commit: r1561028 - in /tomcat/tc6.0.x/trunk: STATUS.txt test/org/apache/catalina/tribes/test/interceptors/TestTwoPhaseCommit.java webapps/docs/changelog.xml

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 15:03:11 2014 New Revision: 1561028 URL: http://svn.apache.org/r1561028 Log: * Remove a stale empty test class from tribes tests. It does nothing, has no references. JUnit complains about it with junit.framework.AssertionFailedError: No tests found Removed:

svn commit: r1561032 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.xml dist.xml eclipse.classpath extras.xml webapps/docs/changelog.xml

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 15:12:33 2014 New Revision: 1561032 URL: http://svn.apache.org/r1561032 Log: Update sample Eclipse IDE project to use JUnit 4 and to prefer a Java 5 JDK instead of the default one when several JDKs are configured. Remove unused JUnit-related properties from Ant

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

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 15:15:43 2014 New Revision: 1561033 URL: http://svn.apache.org/r1561033 Log: Remove second copy of RUNNING.txt from the full-docs distribution. It is backport of r981845 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/dist.xml

[jira] [Commented] (MTOMCAT-211) The .war file is not extracted from executable war

2014-01-24 Thread Watanabe (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13881038#comment-13881038 ] Watanabe commented on MTOMCAT-211: -- me too. So, I am using 2.3-SNAPSHOT that run good.

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

2014-01-24 Thread Rainer Jung
On 24.01.2014 15:50, Konstantin Kolinko wrote: 2014/1/24 rj...@apache.org: Author: rjung Date: Fri Jan 24 14:31:02 2014 New Revision: 1561023 URL: http://svn.apache.org/r1561023 Log: And then there were three (and a comment). Modified: tomcat/tc6.0.x/trunk/STATUS.txt * Update

Re: Removal of author tags in trunk

2014-01-24 Thread Rainer Jung
On 24.01.2014 15:14, Mark Thomas wrote: If you have are for *your* @author tags to be removed from trunk, reply here and I'll make the changes. Done for mine in r1561025 (trunk). None of mine are in TC 7, I currently don't care about removing those from TC 6. Rainer Jung

Re: Removal of author tags in trunk

2014-01-24 Thread Jeanfrancois Arcand
+1 -- Jeanfrancois On 1/24/2014, 9:14 AM, Mark Thomas wrote: Folks, The ASF discourages (at least it has for as long as I have been around) the use of @author tags. While I have no wish to remove an existing @author tag of an author that wants it to stay, I am more than happy to do the leg

Re: Removal of author tags in trunk

2014-01-24 Thread Mladen Turk
On 01/24/2014 03:14 PM, Mark Thomas wrote: If you have are for *your* @author tags to be removed from trunk, reply here and I'll make the changes. Remove either all or none. Regards -- ^TM - To unsubscribe, e-mail:

Re: Removal of author tags in trunk

2014-01-24 Thread Filip Hanik
feel free to remove them On Fri, Jan 24, 2014 at 9:11 AM, Jeanfrancois Arcand jfarcand@gmail.com wrote: +1 -- Jeanfrancois On 1/24/2014, 9:14 AM, Mark Thomas wrote: Folks, The ASF discourages (at least it has for as long as I have been around) the use of @author tags. While I

svn commit: r1561054 - in /tomcat/trunk/test/org/apache/catalina/startup: DuplicateMappingParamFilter.java DuplicateMappingParamServlet.java NoMappingParamServlet.java ParamFilter.java ParamServlet.ja

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 16:43:52 2014 New Revision: 1561054 URL: http://svn.apache.org/r1561054 Log: Remove svn keywords from test/** Modified: tomcat/trunk/test/org/apache/catalina/startup/DuplicateMappingParamFilter.java

svn commit: r1561056 - in /tomcat/trunk/test: org/apache/catalina/connector/ org/apache/catalina/filters/ org/apache/catalina/ha/session/ org/apache/catalina/loader/ org/apache/catalina/startup/ org/a

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 16:48:26 2014 New Revision: 1561056 URL: http://svn.apache.org/r1561056 Log: Remove svn:keywords property from test/** svn propdel svn:keywords --depth infinity Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java (props changed)

svn commit: r1561057 - in /tomcat/trunk/webapps: docs/ docs/appdev/ docs/funcspecs/ examples/WEB-INF/classes/ examples/WEB-INF/classes/filters/ examples/WEB-INF/classes/listeners/ examples/WEB-INF/cla

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 16:52:00 2014 New Revision: 1561057 URL: http://svn.apache.org/r1561057 Log: Remove $Id keyword from webapps/** Modified: tomcat/trunk/webapps/docs/appdev/build.xml.txt tomcat/trunk/webapps/docs/funcspecs/fs-admin-apps.xml

svn commit: r1561065 - in /tomcat/trunk/webapps: ROOT/ ROOT/WEB-INF/ docs/ docs/META-INF/ docs/WEB-INF/ docs/api/ docs/appdev/ docs/appdev/sample/ docs/appdev/sample/docs/ docs/appdev/sample/src/mypac

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:03:20 2014 New Revision: 1561065 URL: http://svn.apache.org/r1561065 Log: Remove svn:keywords property from webapps/** svn propdel svn:keywords --depth infinity Modified: tomcat/trunk/webapps/ROOT/WEB-INF/web.xml (props changed)

svn commit: r1561067 - in /tomcat/trunk/res: maven/README.txt scripts/check-mime.pl tomcat.nsi

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:05:39 2014 New Revision: 1561067 URL: http://svn.apache.org/r1561067 Log: Remove $Id keyword from res/** Modified: tomcat/trunk/res/maven/README.txt tomcat/trunk/res/scripts/check-mime.pl tomcat/trunk/res/tomcat.nsi Modified:

svn commit: r1561070 - in /tomcat/trunk/res: ./ META-INF/ confinstall/ deployer/ ide-support/eclipse/ maven/ scripts/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:07:21 2014 New Revision: 1561070 URL: http://svn.apache.org/r1561070 Log: Remove svn:keywords property from res/** svn propdel svn:keywords --depth infinity Modified: tomcat/trunk/res/INSTALLLICENSE (props changed)

svn commit: r1561072 - /tomcat/trunk/bin/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:12:40 2014 New Revision: 1561072 URL: http://svn.apache.org/r1561072 Log: Remove $Id keyword from bin/** Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/catalina.sh tomcat/trunk/bin/configtest.bat tomcat/trunk/bin/configtest.sh

svn commit: r1561073 - /tomcat/trunk/bin/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:13:55 2014 New Revision: 1561073 URL: http://svn.apache.org/r1561073 Log: Remove svn:keywords property from bin/** svn propdel svn:keywords --depth infinity Modified: tomcat/trunk/bin/catalina-tasks.xml (props changed) tomcat/trunk/bin/catalina.bat

svn commit: r1561074 - /tomcat/trunk/conf/catalina.policy

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:15:56 2014 New Revision: 1561074 URL: http://svn.apache.org/r1561074 Log: Remove $Id keyword from conf/** Modified: tomcat/trunk/conf/catalina.policy Modified: tomcat/trunk/conf/catalina.policy URL:

svn commit: r1561075 - in /tomcat/trunk/conf: catalina.policy catalina.properties context.xml logging.properties server.xml tomcat-users.xml web.xml

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:17:30 2014 New Revision: 1561075 URL: http://svn.apache.org/r1561075 Log: Remove svn:keywords property from conf/** svn propdel svn:keywords --depth infinity Modified: tomcat/trunk/conf/catalina.policy (props changed)

svn commit: r1561076 - /tomcat/trunk/java/org/apache/catalina/valves/ExtendedAccessLogValve.java

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 17:19:10 2014 New Revision: 1561076 URL: http://svn.apache.org/r1561076 Log: Tim confirmed it was OK to remove his @author tags Modified: tomcat/trunk/java/org/apache/catalina/valves/ExtendedAccessLogValve.java Modified:

svn commit: r1561078 - in /tomcat/trunk/java/org/apache: catalina/connector/ catalina/core/ catalina/ha/session/ catalina/security/ catalina/session/ catalina/startup/ jasper/security/ jasper/servlet/

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 17:22:15 2014 New Revision: 1561078 URL: http://svn.apache.org/r1561078 Log: Jean-Francois confirmed it was OK to remove his @author tags Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteInputStream.java

svn commit: r1561082 [2/2] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/comet/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/ java/org/apache/catalina/ha/context

2014-01-24 Thread markt
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketProperties.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SocketProperties.java?rev=1561082r1=1561081r2=1561082view=diff ==

svn commit: r1561083 - in /tomcat/trunk/java/javax/servlet: jsp/resources/ resources/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:35:50 2014 New Revision: 1561083 URL: http://svn.apache.org/r1561083 Log: 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: application/* mime types make

svn commit: r1561084 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/tribes/group/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/ut

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 17:39:41 2014 New Revision: 1561084 URL: http://svn.apache.org/r1561084 Log: A few more of Filip's author tags Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java tomcat/trunk/java/org/apache/catalina/core/AsyncListenerWrapper.java

svn commit: r1561085 - in /tomcat/trunk/java/javax/servlet: AsyncContext.java AsyncListener.java Registration.java resources/datatypes.dtd

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:43:33 2014 New Revision: 1561085 URL: http://svn.apache.org/r1561085 Log: Remove $Id keyword from java files in java/javax/** Modified: tomcat/trunk/java/javax/servlet/AsyncContext.java tomcat/trunk/java/javax/servlet/AsyncListener.java

svn commit: r1561089 - in /tomcat/trunk: java/org/apache/catalina/ha/ java/org/apache/juli/ java/org/apache/tomcat/util/net/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-p

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 17:46:47 2014 New Revision: 1561089 URL: http://svn.apache.org/r1561089 Log: Clean-up Javadoc after removing author tags Modified: tomcat/trunk/java/org/apache/catalina/ha/ClusterMessage.java tomcat/trunk/java/org/apache/juli/AsyncFileHandler.java

svn commit: r1561092 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/tomcat/util/threads/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/main/jav

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 17:50:45 2014 New Revision: 1561092 URL: http://svn.apache.org/r1561092 Log: Clean-up more Javadoc after removing author tags Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncListenerWrapper.java

svn commit: r1561093 - in /tomcat/trunk/java/javax/servlet: ServletRegistration.java SessionCookieConfig.java SessionTrackingMode.java

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 17:59:49 2014 New Revision: 1561093 URL: http://svn.apache.org/r1561093 Log: Remove $Id keyword from java files in java/javax/** Modified: tomcat/trunk/java/javax/servlet/ServletRegistration.java tomcat/trunk/java/javax/servlet/SessionCookieConfig.java

svn commit: r1561094 - /tomcat/trunk/java/javax/servlet/resources/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 18:04:48 2014 New Revision: 1561094 URL: http://svn.apache.org/r1561094 Log: Remove SVN $Id keyword and similar constructs for other source code management systems from XML Schema and DTD files. Modified:

svn commit: r1561098 - in /tomcat/trunk/java/javax/servlet: ./ http/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 18:12:00 2014 New Revision: 1561098 URL: http://svn.apache.org/r1561098 Log: Remove $Version$ keyword from java files in java/javax/** It was not expanded, because none of these files have it set in their svn:keywords property. Modified:

svn commit: r1561099 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/maven/catalina.pom res/maven/coyote.pom webapps/docs/changelog.xml

2014-01-24 Thread markt
Author: markt Date: Fri Jan 24 18:12:45 2014 New Revision: 1561099 URL: http://svn.apache.org/r1561099 Log: Correct Maven dependencies Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/res/maven/catalina.pom tomcat/tc6.0.x/trunk/res/maven/coyote.pom

Re: svn commit: r1561099 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/maven/catalina.pom res/maven/coyote.pom webapps/docs/changelog.xml

2014-01-24 Thread Konstantin Kolinko
2014/1/24 ma...@apache.org: Author: markt Date: Fri Jan 24 18:12:45 2014 New Revision: 1561099 URL: http://svn.apache.org/r1561099 Log: Correct Maven dependencies I thought that you will backport http://svn.apache.org/r1560931 In that case the coyote-jsp-api dependency wouldn't be

svn commit: r1561104 - /tomcat/trunk/java/org/apache/catalina/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 18:30:12 2014 New Revision: 1561104 URL: http://svn.apache.org/r1561104 Log: Remove $Id keyword from java files in catalina/* Modified: tomcat/trunk/java/org/apache/catalina/Authenticator.java tomcat/trunk/java/org/apache/catalina/Cluster.java

Re: svn commit: r1561099 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/maven/catalina.pom res/maven/coyote.pom webapps/docs/changelog.xml

2014-01-24 Thread Mark Thomas
On 24/01/2014 18:24, Konstantin Kolinko wrote: 2014/1/24 ma...@apache.org: Author: markt Date: Fri Jan 24 18:12:45 2014 New Revision: 1561099 URL: http://svn.apache.org/r1561099 Log: Correct Maven dependencies I thought that you will backport http://svn.apache.org/r1560931 In that

svn commit: r1561106 - in /tomcat/trunk/java/org/apache/catalina/ant: ./ jmx/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 18:33:42 2014 New Revision: 1561106 URL: http://svn.apache.org/r1561106 Log: Remove $Id keyword from java files in catalina/ant/** Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java

Re: Removal of author tags in trunk

2014-01-24 Thread Rainer Jung
On 24.01.2014 17:24, Mladen Turk wrote: On 01/24/2014 03:14 PM, Mark Thomas wrote: If you have are for *your* @author tags to be removed from trunk, reply here and I'll make the changes. Remove either all or none. - there's to many authors we won't reach - anyone is free to remove his own

Re: svn commit: r1561099 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/maven/catalina.pom res/maven/coyote.pom webapps/docs/changelog.xml

2014-01-24 Thread Rainer Jung
On 24.01.2014 19:32, Mark Thomas wrote: On 24/01/2014 18:24, Konstantin Kolinko wrote: 2014/1/24 ma...@apache.org: Author: markt Date: Fri Jan 24 18:12:45 2014 New Revision: 1561099 URL: http://svn.apache.org/r1561099 Log: Correct Maven dependencies I thought that you will backport

svn commit: r1561114 - in /tomcat/trunk/java/org/apache/catalina/ha: ./ session/ tcp/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:02:40 2014 New Revision: 1561114 URL: http://svn.apache.org/r1561114 Log: Remove $Id keyword from files in catalina/ha/** Modified: tomcat/trunk/java/org/apache/catalina/ha/CatalinaCluster.java

svn commit: r1561115 - in /tomcat/trunk/java/org/apache/catalina/tribes: ./ group/ io/ membership/ transport/ transport/bio/ transport/bio/util/ transport/nio/ util/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:05:01 2014 New Revision: 1561115 URL: http://svn.apache.org/r1561115 Log: Remove $Id keyword from files in catalina/tribes/** Modified: tomcat/trunk/java/org/apache/catalina/tribes/ByteMessage.java

svn commit: r1561116 - /tomcat/trunk/java/org/apache/catalina/core/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:06:40 2014 New Revision: 1561116 URL: http://svn.apache.org/r1561116 Log: Remove $Id keyword from files in catalina/core/** Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

svn commit: r1561122 - /tomcat/trunk/java/org/apache/catalina/realm/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:15:54 2014 New Revision: 1561122 URL: http://svn.apache.org/r1561122 Log: Remove $Id keyword from files in catalina/realm/** Modified: tomcat/trunk/java/org/apache/catalina/realm/Constants.java

svn commit: r1561123 - /tomcat/trunk/java/org/apache/catalina/ssi/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:17:55 2014 New Revision: 1561123 URL: http://svn.apache.org/r1561123 Log: Remove $Id keyword from files in catalina/ssi/** Modified: tomcat/trunk/java/org/apache/catalina/ssi/ByteArrayServletOutputStream.java

svn commit: r1561127 - in /tomcat/trunk/java/org/apache/catalina: ant/ ant/jmx/ authenticator/ core/ ha/deploy/ realm/ session/ ssi/ startup/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:35:52 2014 New Revision: 1561127 URL: http://svn.apache.org/r1561127 Log: Remove $Revision keyword from files in catalina/** Modified: tomcat/trunk/java/org/apache/catalina/ant/JKStatusUpdateTask.java

svn commit: r1561128 - in /tomcat/trunk/java/org/apache/catalina/ha: ./ authenticator/ backend/ context/ deploy/ session/ tcp/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:39:13 2014 New Revision: 1561128 URL: http://svn.apache.org/r1561128 Log: Remove svn:keywords property from catalina/ha/** svn propdel svn:keywords --depth infinity Modified: tomcat/trunk/java/org/apache/catalina/ha/CatalinaCluster.java (props

svn commit: r1561131 - in /tomcat/trunk/java/org/apache/catalina/tribes: ./ group/ group/interceptors/ io/ membership/ tipis/ transport/ transport/bio/ transport/bio/util/ transport/nio/ util/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:41:47 2014 New Revision: 1561131 URL: http://svn.apache.org/r1561131 Log: Remove svn:keywords property from catalina/tribes/** svn propdel svn:keywords --depth infinity Modified: tomcat/trunk/java/org/apache/catalina/tribes/ByteMessage.java (props

svn commit: r1561132 - in /tomcat/trunk/java/org/apache/catalina: ant/ ant/jmx/ authenticator/ comet/ connector/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:46:07 2014 New Revision: 1561132 URL: http://svn.apache.org/r1561132 Log: Remove svn:keywords property from catalina/(ant|authenticator|comet|connector)/** svn propdel svn:keywords --depth infinity Modified:

Re: svn commit: r1561099 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/maven/catalina.pom res/maven/coyote.pom webapps/docs/changelog.xml

2014-01-24 Thread Mark Thomas
On 24/01/2014 18:56, Rainer Jung wrote: On 24.01.2014 19:32, Mark Thomas wrote: On 24/01/2014 18:24, Konstantin Kolinko wrote: 2014/1/24 ma...@apache.org: Author: markt Date: Fri Jan 24 18:12:45 2014 New Revision: 1561099 URL: http://svn.apache.org/r1561099 Log: Correct Maven

svn commit: r1561133 - in /tomcat/trunk/java/org/apache/catalina: core/ deploy/ filters/ loader/ manager/ manager/host/ manager/util/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:49:21 2014 New Revision: 1561133 URL: http://svn.apache.org/r1561133 Log: Remove svn:keywords property from catalina/(core|deploy|filters|loader|manager)/** svn propdel svn:keywords --depth infinity Modified:

[Bug 56056] Tomcat fail to redeploy application, when webapps is on NFS file system

2014-01-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56056 --- Comment #5 from Yair Lenga yair.le...@citi.com --- Many thanks for considering the issue further. I need few days to reconfigure the system back into the NFS deployment, and replicate the buggy situation. This time I will make sure to

svn commit: r1561135 - in /tomcat/trunk/java/org/apache/catalina: mapper/ mbeans/ realm/ security/ servlets/ session/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:53:00 2014 New Revision: 1561135 URL: http://svn.apache.org/r1561135 Log: Remove svn:keywords property from catalina/(mapper|mbeans|realm|security|servlets|session)/** svn propdel svn:keywords --depth infinity Modified:

svn commit: r1561136 - in /tomcat/trunk/java/org/apache/catalina: ssi/ startup/ users/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:57:15 2014 New Revision: 1561136 URL: http://svn.apache.org/r1561136 Log: Remove svn:keywords property from catalina/(ssi|startup|users)/** svn propdel svn:keywords --depth infinity Modified:

svn commit: r1561138 - in /tomcat/trunk/java/org/apache/catalina: ./ util/ valves/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 20:03:39 2014 New Revision: 1561138 URL: http://svn.apache.org/r1561138 Log: Remove svn:keywords property from catalina/** With this all of catalina/** has been processed. svn propdel svn:keywords --depth infinity Modified:

Re: Schema locations for 7.0.x and 6.0.x

2014-01-24 Thread Rainer Jung
On 24.01.2014 09:13, Mark Thomas wrote: Having seen the various issues we now have with the split of schemas between servlet-api.jar and jsp-api.jar I have changed my mind about the merits of duplicating the resources currently on jsp-api.jar in servlet-api.jar. Therefore, I intend to look at

svn commit: r1561140 - in /tomcat/trunk/java/org/apache/coyote: ./ ajp/ http11/ http11/filters/ http11/upgrade/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 20:13:02 2014 New Revision: 1561140 URL: http://svn.apache.org/r1561140 Log: 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:keywords --depth infinity

svn commit: r1561143 - in /tomcat/trunk/java/org/apache/el: ./ lang/ parser/ util/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 20:17:35 2014 New Revision: 1561143 URL: http://svn.apache.org/r1561143 Log: Remove $Id keyword from files in org/apache/el/** Modified: tomcat/trunk/java/org/apache/el/ExpressionFactoryImpl.java tomcat/trunk/java/org/apache/el/MethodExpressionImpl.java

svn commit: r1561146 - in /tomcat/trunk/java/org/apache/el: ./ lang/ parser/ util/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 20:20:39 2014 New Revision: 1561146 URL: http://svn.apache.org/r1561146 Log: Remove svn:keywords property from org/apache/el/** With this all of el/** has been processed. svn propdel svn:keywords --depth infinity Modified:

svn commit: r1561148 - in /tomcat/trunk/java/org/apache/jasper: resources/ runtime/ xmlparser/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 20:21:58 2014 New Revision: 1561148 URL: http://svn.apache.org/r1561148 Log: Remove $Id keyword from files in jasper/** Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

svn commit: r1561149 - /tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 20:23:20 2014 New Revision: 1561149 URL: http://svn.apache.org/r1561149 Log: Remove $Revision keyword from files in jasper/** Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java Modified:

  1   2   >