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 the

[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 --- 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 has the old jar set (n

[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 --- 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: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn-pub.xml

[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 --- OK, try now. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomc

[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 --- Looks good. Can you do it with Tomcat 7 now? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe

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: http://svn.apache.org/viewvc/tomcat/tc7.0.x/

[Bug 56045] Cannot start embedded container without Jasper

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

[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 --- 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 pick up the fix

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 Source

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: http://svn.apache.org/viewvc/tomcat/trunk/build.xm

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: http://svn.apache.org/viewvc/tomcat/tru

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: http://svn.apache.org/viewvc/tomcat/tr

[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 Severit

[Bug 56060] Request parameter is intermittently missing

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

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: http://svn.apache.org/viewvc/tomcat/t

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: tomcat/tc7.0.x/trunk/res/maven/to

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 tomcat/tc7.0.x/trunk/webapps/docs/

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: tomcat/tc7.0.x/trunk

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 tomcat/tc7.0.x/trunk/

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 Sourc

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: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1560973&r1=

Re: Tomcat 6 status file needs one more vote

2014-01-24 Thread Konstantin Kolinko
2014/1/24 Mark Thomas : > 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 between svn tag an

Re: Tomcat 6 status file needs one more vote

2014-01-24 Thread Mark Thomas
On 24/01/2014 12:41, Konstantin Kolinko wrote: > 2014/1/24 Mark Thomas : >> 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 > >> - buil

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 So

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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, tomcat/tc7.0.x/trunk/res/mav

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 tomcat/t

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 su

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: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1561001&r1=1561000&r2=15

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. > Any objection to proceed with this? None here. > I think this can also be applied to Tomcat 6. > Technically, all keywor

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 tomcat/trunk/java/javax/servle

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:keywo

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: tomcat/trunk/java/org/apache/tomcat/util/descriptor/web/Securit

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 min

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: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/S

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

2014-01-24 Thread Konstantin Kolinko
2014/1/24 : > 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 > @@ -40

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 tomcat/trunk/java/org/apache/catalina/tribes/transport/bi

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 links

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 bu

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 tomcat/tc

[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-tabpanel&focusedCommentId=13881038#comment-13881038 ] Watanabe commented on MTOMCAT-211: -- me too. So, I am using 2.3-SNAPSHOT that run good. W

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 : >> 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 > >> >>

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 work

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: dev-uns

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 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 have no wish

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 tomcat/trunk/test/org/apache/catalina/startup/Duplicat

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 tomcat/trunk/webapps/docs/fu

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) tomcat/trunk/webapps

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: tomcat/trunk/res/mave

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) tomcat/trunk/res/META-INF/annotati

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 tom

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: http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina

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) tomcat/trunk/conf/catalina.prop

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: tomcat/trunk/java/org/apache/catalina/v

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 tomcat/trunk/java/org/apache/catalina/c

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=1561082&r1=1561081&r2=1561082&view=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 tomcat/trun

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 tomcat

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 tomcat/trunk/java/org/apache/tomcat/util/threads/Task

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: tomcat/trunk/java/javax/servlet/resources/XMLSchema.d

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: tomcat/trunk/java/j

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 tomcat/tc6.0.x/tru

svn commit: r1561101 - in /tomcat/trunk/java/javax: annotation/ annotation/security/ ejb/ el/ mail/ mail/internet/ persistence/ servlet/ servlet/annotation/ servlet/http/ servlet/jsp/ servlet/jsp/el/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 18:20:21 2014 New Revision: 1561101 URL: http://svn.apache.org/r1561101 Log: Remove svn:keywords property from java/javax/** svn propdel svn:keywords --depth infinity Modified: tomcat/trunk/java/javax/annotation/Generated.java (props changed) tomcat/tr

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 : > 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 needed. > Mo

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

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 : >> 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

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 tomcat/trunk/java/org/apache/catalina/ant/Base

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 remo

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 : >>> 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 wi

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 tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.j

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 tomcat/trunk/java/org/apache/catalina/tribes/Channel.j

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 tomcat/trunk/java/org/apache/catalina/core/Applicat

svn commit: r1561121 - /tomcat/trunk/java/org/apache/catalina/startup/

2014-01-24 Thread kkolinko
Author: kkolinko Date: Fri Jan 24 19:11:20 2014 New Revision: 1561121 URL: http://svn.apache.org/r1561121 Log: Remove $Id keyword from files in catalina/startup/** Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java tomcat/trunk/java/org/apache/catalina/startup/Catalina

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 tomcat/trunk/java/org/apache/catalina/realm/GenericPrincip

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 tomcat/trunk/java/org/apache/catalina/ssi/R

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 tomcat/trunk/java/org/apache/catalina/ant/JMXGetTas

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 changed)

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 chan

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: tomcat/trunk/java/org/apache/catalina/ant/Abst

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 : Author: markt Date: Fri Jan 24 18:12:45 2014 New Revision: 1561099 URL: http://svn.apache.org/r1561099 Log: Correct

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: tomcat/trunk/java/org/apache/catalina/core/Ap

[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 --- 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 capture the sequence

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: tomcat/trunk/java/org/apache/catal

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: tomcat/trunk/java/org/apache/catalina/ssi/ByteArrayServletOutpu

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: tomcat/trunk/java/org/apache/catal

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

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 Mod

  1   2   >