[Bug 55951] HTML5 specifies UTF-8 encoding for cookie values

2014-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55951 --- Comment #6 from Mark Thomas --- This is the completed patch: http://people.apache.org/~markt/patches/2014-10-06-bug55951-tc8-v2.patch I'll give folks a day or so to review and comment and then commit it. -- You are receiving this mai

[Bug 55920] Quotes should not be removed from quoted cookie values

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

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

2014-10-07 Thread violetagg
Author: violetagg Date: Tue Oct 7 08:44:18 2014 New Revision: 1629824 URL: http://svn.apache.org/r1629824 Log: Updates (excluding docs) for 7.0.56 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-70.ht

svn commit: r6735 - /release/tomcat/tomcat-7/v7.0.55/

2014-10-07 Thread violetagg
Author: violetagg Date: Tue Oct 7 08:50:23 2014 New Revision: 6735 Log: Remove 7.0.55 Removed: release/tomcat/tomcat-7/v7.0.55/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: d

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

2014-10-07 Thread violetagg
Author: violetagg Date: Tue Oct 7 08:51:34 2014 New Revision: 1629827 URL: http://svn.apache.org/r1629827 Log: Update the release date for 7.0.56 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/v

svn commit: r1629833 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java webapps/docs/changelog.xml

2014-10-07 Thread markt
Author: markt Date: Tue Oct 7 09:06:35 2014 New Revision: 1629833 URL: http://svn.apache.org/r1629833 Log: The result of this method is used in logging to identify the context but Context.getName() is not unique with a Host. Context.getBaseName() is unique Modified: tomcat/trunk/java/org/ap

svn commit: r1629841 - in /tomcat/site/trunk/docs/tomcat-7.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-07 Thread violetagg
Author: violetagg Date: Tue Oct 7 09:44:22 2014 New Revision: 1629841 URL: http://svn.apache.org/r1629841 Log: Update docs for Apache Tomcat 7.0.56 release. [This commit notification would consist of 73 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

Re: svn commit: r1629770 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2014-10-07 Thread sebb
On 6 October 2014 22:38, wrote: > Author: rjung > Date: Mon Oct 6 21:38:24 2014 > New Revision: 1629770 > > URL: http://svn.apache.org/r1629770 > Log: > Typo in changelog. > > Modified: > tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml > > Modified: tomcat/jk/trunk/xdocs/miscellaneous/chan

[ANN] Apache Tomcat 7.0.56 released

2014-10-07 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.56. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

svn commit: r1629867 - /tomcat/trunk/webapps/docs/logging.xml

2014-10-07 Thread markt
Author: markt Date: Tue Oct 7 12:31:49 2014 New Revision: 1629867 URL: http://svn.apache.org/r1629867 Log: Some rewording and other improvements Modified: tomcat/trunk/webapps/docs/logging.xml Modified: tomcat/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/we

svn commit: r1629871 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java java/org/apache/juli/ClassLoaderLogManager.java java/org/apache/juli/WebappProperties.java webapps/d

2014-10-07 Thread markt
Author: markt Date: Tue Oct 7 12:36:17 2014 New Revision: 1629871 URL: http://svn.apache.org/r1629871 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=43682 Add support for referring to the current context, host and service name in per Context logging.properties files Added: tomc

[Bug 43682] JULI: web-inf/classes/logging.properties to support ${context} tag

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

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1629889 - /tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderThreadLocalMemoryLeak.java

2014-10-07 Thread markt
Author: markt Date: Tue Oct 7 13:26:46 2014 New Revision: 1629889 URL: http://svn.apache.org/r1629889 Log: Fix tests in light of r1629833 Modified: tomcat/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderThreadLocalMemoryLeak.java Modified: tomcat/trunk/test/org/apache/catalina/

Summary: Migration from svn to git

2014-10-07 Thread Mark Thomas
The following is a summary of the previous discussions and the concerns raised. It is an attempt to get all the information in one place so we can agree on whether or not we want to migrate to git. 1. This is purely a decision about the version control system we use. Other changes to the developme

Re: Summary: Migration from svn to git

2014-10-07 Thread Mark Thomas
On 07/10/2014 15:14, Mark Thomas wrote: > The following is a summary of the previous discussions and the concerns > raised. It is an attempt to get all the information in one place so we > can agree on whether or not we want to migrate to git. Comments in-line. > 1. ... No specific issues with a

[Bug 56397] Establish parallel Maven-based build process

2014-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 --- Comment #30 from Mark Thomas --- Something to think about. Tomcat might be moving to git. svn externals will no longer be available. How would you solve this then? -- You are receiving this mail because: You are the assignee for the

Re: [VOTE] Release Apache Tomcat 6.0.42

2014-10-07 Thread Rémy Maucherat
2014-09-30 22:48 GMT+02:00 jean-frederic clere : > The proposed 6.0.42 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 6.0.42 Stable > > Rémy

svn commit: r1629906 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java

2014-10-07 Thread markt
Author: markt Date: Tue Oct 7 15:06:40 2014 New Revision: 1629906 URL: http://svn.apache.org/r1629906 Log: Use constants Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/UpgradeUtil.java URL: http

[Bug 43682] JULI: web-inf/classes/logging.properties to support ${context} tag

2014-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43682 --- Comment #5 from Jesse Barnum --- Thank you Mark! That's excellent news. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[Bug 56397] Establish parallel Maven-based build process

2014-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56397 Pierre Viret changed: What|Removed |Added Attachment #32077|0 |1 is obsolete|

[Bug 57005] maven build for jdbc-pool broken with Java 8 because of javadoc problems

2014-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57005 --- Comment #2 from Pierre Viret --- Created attachment 32089 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32089&action=edit proposed patch which fixes the javadoc errors I have fixed the javadoc errors occurring with java 8

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2014-10-07 Thread Bill Barker
it-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141007-native-src.tar.gz -Dexamples.sources.skip=true

[Bug 57066] New: isapi_redirect.dll is crashing intermittently when downloading large files

2014-10-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57066 Bug ID: 57066 Summary: isapi_redirect.dll is crashing intermittently when downloading large files Product: Tomcat Connectors Version: 1.2.37 Hardware: PC