svn commit: r1628642 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 08:42:33 2014 New Revision: 1628642 URL: http://svn.apache.org/r1628642 Log: Update for 8.0.14 release [This commit notification would consist of 82 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

svn commit: r1628644 - in /tomcat/site/trunk: ./ docs/ xdocs/

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 08:48:01 2014 New Revision: 1628644 URL: http://svn.apache.org/r1628644 Log: UPdate for 8.0.14 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/do

[ANN] Apache Tomcat 8.0.14 available

2014-10-01 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.14. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.14 includes numerous fixes for

[Bug 56397] Establish parallel Maven-based build process

2014-10-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #22 from Mark Thomas --- Comment on attachment 32072 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32072 Patch for tomcat-maven-layout created with "svn diff -x -u" I do not believe that your current approach is vi

svn commit: r1628656 - /tomcat/trunk/webapps/docs/changelog.xml

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 09:17:33 2014 New Revision: 1628656 URL: http://svn.apache.org/r1628656 Log: Add a bug reference Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cha

[Bug 56394] Allow cookie-parsing to be pluggable

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

[Bug 56393] Implement RFC6265 for Cookie parsing

2014-10-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56393 Bug 56393 depends on bug 56394, which changed state. Bug 56394 Summary: Allow cookie-parsing to be pluggable https://issues.apache.org/bugzilla/show_bug.cgi?id=56394 What|Removed |Added ---

svn commit: r1628670 - in /tomcat/trunk/java/org/apache: catalina/connector/Response.java tomcat/util/http/CookieProcessor.java tomcat/util/http/LegacyCookieProcessor.java tomcat/util/http/Rfc6265Cook

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 10:18:19 2014 New Revision: 1628670 URL: http://svn.apache.org/r1628670 Log: Add Cookie generation to the CookieProcessor interface Re-plumb the current Cookie generation to use the new interface Provide an initial (and very incomplete) RFC6265 cookie generation imp

Re: svn commit: r1628603 - in /tomcat/maven-plugin/branches/tc8.x: ./ common-tomcat-maven-plugin/ tomcat-maven-archetype/ tomcat-maven-plugin-it/ tomcat6-maven-plugin/ tomcat7-maven-plugin/ tomcat7-wa

2014-10-01 Thread Konstantin Kolinko
2014-10-01 9:31 GMT+04:00 : > Author: olamy > Date: Wed Oct 1 05:31:10 2014 > New Revision: 1628603 > > URL: http://svn.apache.org/r1628603 > Log: > bump version to 3.0-SNAPSHOT > > Modified: > tomcat/maven-plugin/branches/tc8.x/common-tomcat-maven-plugin/pom.xml > tomcat/maven-plugin/bra

Re: svn commit: r1628592 - in /tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run: AbstractRunMojo.java RunMojo.java

2014-10-01 Thread Konstantin Kolinko
2014-10-01 8:02 GMT+04:00 : > Author: olamy > Date: Wed Oct 1 04:02:59 2014 > New Revision: 1628592 > > URL: http://svn.apache.org/r1628592 > Log: > minot formatting > > Modified: > > tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8

svn commit: r1628686 - in /tomcat/site/trunk: docs/doap_Tomcat.rdf xdocs/doap_Tomcat.rdf

2014-10-01 Thread kkolinko
Author: kkolinko Date: Wed Oct 1 12:10:24 2014 New Revision: 1628686 URL: http://svn.apache.org/r1628686 Log: Followup to r1628644: update DOAP file for release of Tomcat 8.0.14. Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/doap_Tomcat.rdf Modified: tomcat/si

svn commit: r1628693 - /tomcat/trunk/java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 12:58:41 2014 New Revision: 1628693 URL: http://svn.apache.org/r1628693 Log: Add validation of cookie values. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/Rfc6265Coo

svn commit: r1628694 - in /tomcat/trunk/test/org/apache/tomcat/util/http: TestCookieProcessorGeneration.java TestSetCookieSupport.java

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 12:59:00 2014 New Revision: 1628694 URL: http://svn.apache.org/r1628694 Log: Refactor version 0 cookie generation tests to test both CookieProcessor implementations. Added: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookieProcessorGeneration.java (wi

Improving the documentation

2014-10-01 Thread Mark Thomas
I've had improving the documentation at the back of my mind for some time. One of the things that bugs me is the duplication - particularly between the configuration documentation and the Javadoc. With this in mind I have been mulling over the follow idea. Feedback welcome. Remove the bulk of the

svn commit: r1628700 - in /tomcat/trunk/test/org/apache/tomcat/util/http: TestCookieProcessorGeneration.java TestSetCookieSupport.java

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 13:34:44 2014 New Revision: 1628700 URL: http://svn.apache.org/r1628700 Log: Refactor version 1 cookie generation tests to test both CookieProcessor implementations. Removed: tomcat/trunk/test/org/apache/tomcat/util/http/TestSetCookieSupport.java Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 56397] Establish parallel Maven-based build process

2014-10-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #23 from Pierre Viret --- I have seen that the update takes some time but it is difficult for me to say if this is really an issue or not, as the external definitions are not committed yet. On one hand the update is slower, on

svn commit: r1628712 - /tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 14:24:49 2014 New Revision: 1628712 URL: http://svn.apache.org/r1628712 Log: boolean[] -> BitSet Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.ja

svn commit: r1628730 - in /tomcat/trunk: java/org/apache/tomcat/util/http/ test/org/apache/tomcat/util/http/

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 15:13:54 2014 New Revision: 1628730 URL: http://svn.apache.org/r1628730 Log: Deprecate SetCookieSupport, moving the code into LegacyCookieProcessor and refactoring for per Context configuration as necessary. Removed: tomcat/trunk/test/org/apache/tomcat/util/h

svn commit: r1628803 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Catalina.java

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 18:33:24 2014 New Revision: 1628803 URL: http://svn.apache.org/r1628803 Log: Fix typo Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Catalina.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Catalina.java URL: http://svn.ap

svn commit: r1628817 - /tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java

2014-10-01 Thread markt
Author: markt Date: Wed Oct 1 19:22:47 2014 New Revision: 1628817 URL: http://svn.apache.org/r1628817 Log: Correct a default Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java

Re: Improving the documentation

2014-10-01 Thread Konstantin Kolinko
2014-10-01 17:28 GMT+04:00 Mark Thomas : > I've had improving the documentation at the back of my mind for some > time. One of the things that bugs me is the duplication - particularly > between the configuration documentation and the Javadoc. With this in > mind I have been mulling over the follow

svn commit: r1628850 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

2014-10-01 Thread kkolinko
Author: kkolinko Date: Wed Oct 1 22:05:24 2014 New Revision: 1628850 URL: http://svn.apache.org/r1628850 Log: Fix typo (Forward-port of r1628803 from Tomcat 7) Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Catal

Re: svn commit: r1628712 - /tomcat/trunk/java/org/apache/tomcat/util/http/LegacyCookieProcessor.java

2014-10-01 Thread Konstantin Kolinko
2014-10-01 18:24 GMT+04:00 : > Author: markt > Date: Wed Oct 1 14:24:49 2014 > New Revision: 1628712 > > URL: http://svn.apache.org/r1628712 > Log: > boolean[] -> BitSet Officially, javadoc for BitSet says that the class is not thread-safe [1] though the actual implementation of get() method as

Re: svn commit: r1628592 - in /tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run: AbstractRunMojo.java RunMojo.java

2014-10-01 Thread Olivier Lamy
On 1 October 2014 22:02, Konstantin Kolinko wrote: > 2014-10-01 8:02 GMT+04:00 : >> Author: olamy >> Date: Wed Oct 1 04:02:59 2014 >> New Revision: 1628592 >> >> URL: http://svn.apache.org/r1628592 >> Log: >> minot formatting >> >> Modified: >> >> tomcat/maven-plugin/branches/tc8.x/tomcat8-

svn commit: r1628864 - in /tomcat/maven-plugin/branches/tc8.x: pom.xml tomcat-maven-plugin-it/src/main/java/org/apache/tomcat/maven/it/AbstractWarProjectIT.java

2014-10-01 Thread olamy
Author: olamy Date: Wed Oct 1 23:43:11 2014 New Revision: 1628864 URL: http://svn.apache.org/r1628864 Log: use last tomcat8 version Modified: tomcat/maven-plugin/branches/tc8.x/pom.xml tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/java/org/apache/tomcat/maven/it/Abs

svn commit: r1628865 - /tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/RunMojo.java

2014-10-01 Thread olamy
Author: olamy Date: Wed Oct 1 23:43:18 2014 New Revision: 1628865 URL: http://svn.apache.org/r1628865 Log: partially revert bad commit r1628603 Modified: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/RunMojo.java Modified:

svn commit: r1628866 - /tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java

2014-10-01 Thread olamy
Author: olamy Date: Wed Oct 1 23:43:25 2014 New Revision: 1628866 URL: http://svn.apache.org/r1628866 Log: revert use of cast method Modified: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractRunMojo.java Modified: to

Re: svn commit: r1628603 - in /tomcat/maven-plugin/branches/tc8.x: ./ common-tomcat-maven-plugin/ tomcat-maven-archetype/ tomcat-maven-plugin-it/ tomcat6-maven-plugin/ tomcat7-maven-plugin/ tomcat7-wa

2014-10-01 Thread Olivier Lamy
oh my bad it was just for testing purpose as I have some issues with the jsp classloader with the tomcat8 integration. (I will revert that) As I have limited time currently, I will appreciate any help :-) The problem is: SEVERE: Servlet.service() for servlet [jsp] in context with path [/multi-co

buildbot success in ASF Buildbot on tomcat-trunk

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