svn commit: r1627236 - in /tomcat/tc7.0.x/trunk: build.xml res/ide-support/eclipse/org.eclipse.jdt.core.prefs.properties webapps/docs/changelog.xml

2014-09-24 Thread kkolinko
Author: kkolinko Date: Wed Sep 24 07:06:50 2014 New Revision: 1627236 URL: http://svn.apache.org/r1627236 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=56990 Configure Eclipse to use Java 6 compliance settings for tomcat-7.0.x project instead of workspace-wide defaults The issue wa

Re: Tomcat for 8.0.13

2014-09-24 Thread Mark Thomas
On 23/09/2014 20:58, Christopher Schultz wrote: > Mark, > > On 9/23/14 2:57 PM, Mark Thomas wrote: >> Now a signed Commons Daemon 1.0.15 release is available, I want to test >> the new code signing service with the Tomcat build. I plan to tag 8.0.13 >> in the next 12 to 24 hours. > > Want to comm

[Bug 57006] openssl s_client may connected with property allowUnsafeLegacyRenegotiation set false

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

svn commit: r1627245 - in /tomcat/tc7.0.x/trunk: ./ res/ide-support/eclipse/ webapps/docs/

2014-09-24 Thread kkolinko
Author: kkolinko Date: Wed Sep 24 07:44:09 2014 New Revision: 1627245 URL: http://svn.apache.org/r1627245 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=56990 Add build target ide-eclipse-websocket. This creates second Eclipse project at ../tomcat-7.0.x-java7 and configures to to bu

svn commit: r1627247 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2014-09-24 Thread kkolinko
Author: kkolinko Date: Wed Sep 24 07:59:57 2014 New Revision: 1627247 URL: http://svn.apache.org/r1627247 Log: Revert r1623471 + r1623804. This was the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 Log server information when Tomcat starts. Reason: It is wrong to log this infor

svn commit: r1627250 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2014-09-24 Thread kkolinko
Author: kkolinko Date: Wed Sep 24 08:14:08 2014 New Revision: 1627250 URL: http://svn.apache.org/r1627250 Log: Followup to r1623704: Restore deleted protected field and mark it as deprecated. Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java Modified: tomcat/trunk/j

Re: svn commit: r1627247 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2014-09-24 Thread Mark Thomas
On 24/09/2014 08:59, kkoli...@apache.org wrote: > Author: kkolinko > Date: Wed Sep 24 07:59:57 2014 > New Revision: 1627247 > > URL: http://svn.apache.org/r1627247 > Log: > Revert r1623471 + r1623804. > This was the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 > Log server info

Re: svn commit: r1627250 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2014-09-24 Thread Mark Thomas
On 24/09/2014 09:14, kkoli...@apache.org wrote: > Author: kkolinko > Date: Wed Sep 24 08:14:08 2014 > New Revision: 1627250 > > URL: http://svn.apache.org/r1627250 > Log: > Followup to r1623704: Restore deleted protected field and mark it as > deprecated. First of all, this is not part of the pu

[Bug 56871] Apparent corruption of Servlet InputStreams

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56871 Violeta Georgieva changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #9 from V

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-24 Thread Mark Thomas
On 23/09/2014 10:49, Mark Thomas wrote: > On 23/09/2014 00:56, "Gabriel E. Sánchez Martínez" wrote: >> >> On 09/17/2014 04:36 AM, Mark Thomas wrote: >>> On 16/09/2014 22:14, Christopher Schultz wrote: Mark, On 9/16/14 3:39 PM, Mark Thomas wrote: > Updated patch: > http://peop

[Bug 56871] Apparent corruption of Servlet InputStreams

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56871 --- Comment #10 from Mark Thomas --- I tested this yesterday on a Windows Server 2012 VM and could not repeat it either. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 56401] Log version information on startup

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56401 --- Comment #3 from Konstantin Kolinko --- Additional concern: 3. It may be better to log all information in one single log.info() statement. E.g. "Initializing\n {0}\n {1}\n {2} ...". The current log format implicitly relies on use of org

Re: svn commit: r1627247 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2014-09-24 Thread Konstantin Kolinko
2014-09-24 12:29 GMT+04:00 Mark Thomas : > On 24/09/2014 08:59, kkoli...@apache.org wrote: >> Author: kkolinko >> Date: Wed Sep 24 07:59:57 2014 >> New Revision: 1627247 >> >> URL: http://svn.apache.org/r1627247 >> Log: >> Revert r1623471 + r1623804. >> This was the fix for https://issues.apache.or

Re: svn commit: r1627250 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2014-09-24 Thread Konstantin Kolinko
2014-09-24 12:36 GMT+04:00 Mark Thomas : > On 24/09/2014 09:14, kkoli...@apache.org wrote: >> Author: kkolinko >> Date: Wed Sep 24 08:14:08 2014 >> New Revision: 1627250 >> >> URL: http://svn.apache.org/r1627250 >> Log: >> Followup to r1623704: Restore deleted protected field and mark it as >> dep

svn commit: r1627265 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2014-09-24 Thread kkolinko
Author: kkolinko Date: Wed Sep 24 09:29:24 2014 New Revision: 1627265 URL: http://svn.apache.org/r1627265 Log: Revert r1627250 after discussion on dev@. Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/Webdav

Re: svn commit: r1627247 - in /tomcat/trunk: java/org/apache/catalina/startup/Catalina.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2014-09-24 Thread Mark Thomas
On 24/09/2014 10:16, Konstantin Kolinko wrote: > 2014-09-24 12:29 GMT+04:00 Mark Thomas : >> On 24/09/2014 08:59, kkoli...@apache.org wrote: >>> Author: kkolinko >>> Date: Wed Sep 24 07:59:57 2014 >>> New Revision: 1627247 >>> >>> URL: http://svn.apache.org/r1627247 >>> Log: >>> Revert r1623471 + r

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 57011] Exception when writing HTTP response in the AsyncListener onTimeout method (servlet 3 HTTP-NIO)

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 --- Comment #3 from Konstantin Kolinko --- Created attachment 32052 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32052&action=edit bug32051.war A war file that contains reproducer classes, as submitted by Dario Franceschi, co

svn commit: r1627272 - in /tomcat/trunk: java/org/apache/tomcat/dbcp/pool2/ java/org/apache/tomcat/dbcp/pool2/impl/BaseGenericObjectPool.java webapps/docs/changelog.xml

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 10:35:21 2014 New Revision: 1627272 URL: http://svn.apache.org/r1627272 Log: Pick up improved memory leak fix from Pool 2. Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/ (props changed) tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/BaseGe

Re: Tomcat for 8.0.13

2014-09-24 Thread Konstantin Kolinko
2014-09-23 22:57 GMT+04:00 Mark Thomas : > All, > > Now a signed Commons Daemon 1.0.15 release is available, I want to test > the new code signing service with the Tomcat build. I plan to tag 8.0.13 > in the next 12 to 24 hours. - It may be worth signing Tomcat-native DLL as well It is not a stop

Re: Tomcat for 8.0.13

2014-09-24 Thread Mark Thomas
On 24/09/2014 12:50, Konstantin Kolinko wrote: > 2014-09-23 22:57 GMT+04:00 Mark Thomas : >> All, >> >> Now a signed Commons Daemon 1.0.15 release is available, I want to test >> the new code signing service with the Tomcat build. I plan to tag 8.0.13 >> in the next 12 to 24 hours. > > - It may be

[jira] [Created] (MTOMCAT-281) It is impossible to override 9 system properties that are packed within totomcat-embed-core-7.0.47.jar!/org/apache/catalina/startup/catalina.properties

2014-09-24 Thread Stepan Vavra (JIRA)
Stepan Vavra created MTOMCAT-281: Summary: It is impossible to override 9 system properties that are packed within totomcat-embed-core-7.0.47.jar!/org/apache/catalina/startup/catalina.properties Key: MTOMCAT-281

Re: Tomcat for 8.0.13

2014-09-24 Thread Rémy Maucherat
2014-09-24 13:55 GMT+02:00 Mark Thomas : > > - There was a request from Romain to extend API of StandardContext for > > sake of TomEE > > > > http://tomcat.markmail.org/thread/2q7sjbd56ycm4vix > > "adding an internal filter" on dev@ > > Having re-read that thread I'm not entirely clear what he is

svn commit: r1627296 - in /tomcat/trunk: conf/server.xml java/org/apache/catalina/startup/LocalStrings.properties java/org/apache/catalina/startup/VersionLoggerListener.java webapps/docs/changelog.xml

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 12:42:26 2014 New Revision: 1627296 URL: http://svn.apache.org/r1627296 Log: Alternative solution for BZ56401 that doesn't trigger logging on shutdown Added: tomcat/trunk/java/org/apache/catalina/startup/VersionLoggerListener.java (with props) Modified: t

[Bug 56401] Log version information on startup

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

[Bug 57011] Exception when writing HTTP response in the AsyncListener onTimeout method (servlet 3 HTTP-NIO)

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 --- Comment #4 from Mark Thomas --- Comment on attachment 32051 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32051 Context listener Thanks for the WAR Konstantin. I see this on OSX. It looks to be OS neutral to me. I'll note

svn commit: r1627323 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 13:50:24 2014 New Revision: 1627323 URL: http://svn.apache.org/r1627323 Log: success defaults to true so no need to set to true during asynDispatch() Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/trunk/java/org/ap

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-24 Thread Christopher Schultz
Mark, On 9/24/14 5:00 AM, Mark Thomas wrote: > On 23/09/2014 10:49, Mark Thomas wrote: >> On 23/09/2014 00:56, "Gabriel E. Sánchez Martínez" wrote: >>> >>> On 09/17/2014 04:36 AM, Mark Thomas wrote: On 16/09/2014 22:14, Christopher Schultz wrote: > Mark, > > On 9/16/14 3:39 PM, Ma

Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-24 Thread Mark Thomas
On 24/09/2014 16:59, Christopher Schultz wrote: > Mark, > > On 9/24/14 5:00 AM, Mark Thomas wrote: >> On 23/09/2014 10:49, Mark Thomas wrote: >>> On 23/09/2014 00:56, "Gabriel E. Sánchez Martínez" wrote: On 09/17/2014 04:36 AM, Mark Thomas wrote: > On 16/09/2014 22:14, Christopher Sc

[Bug 57011] Exception when writing HTTP response in the AsyncListener onTimeout method (servlet 3 HTTP-NIO)

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

svn commit: r1627370 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 17:31:13 2014 New Revision: 1627370 URL: http://svn.apache.org/r1627370 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 Ensure that the request and response are correctly recycled when processing errors during async processing. Modified: tomca

svn commit: r1627386 - /tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 18:18:35 2014 New Revision: 1627386 URL: http://svn.apache.org/r1627386 Log: Switch over to the URL for production signing. Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.ja

svn commit: r1627387 - in /tomcat/trunk: build.properties.default build.xml

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 18:22:13 2014 New Revision: 1627387 URL: http://svn.apache.org/r1627387 Log: Extract the signing service name to a property so RM's can do a dry run with the test signing service before doing the actual release. Modified: tomcat/trunk/build.properties.default

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

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 18:24:59 2014 New Revision: 1627388 URL: http://svn.apache.org/r1627388 Log: Update changelog to include Windows signed binaries Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/view

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

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 18:38:08 2014 New Revision: 1627390 URL: http://svn.apache.org/r1627390 Log: Whitespace police Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chang

svn commit: r1627393 - /tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 18:48:36 2014 New Revision: 1627393 URL: http://svn.apache.org/r1627393 Log: It appears production signing service needs a valid file extension so provide one. Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java Modified: tomcat/trunk/java/or

svn commit: r1627394 - /tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 18:49:33 2014 New Revision: 1627394 URL: http://svn.apache.org/r1627394 Log: Bump up the buffer size since the installer is getting close to 10MB. Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java Modified: tomcat/trunk/java/org/apache/tomca

svn commit: r1627395 - /tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 19:12:46 2014 New Revision: 1627395 URL: http://svn.apache.org/r1627395 Log: File names in zip need to agree with list of names provided. Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java Modified: tomcat/trunk/java/org/apache/tomcat/buildut

svn commit: r1627396 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_13: ./ build.properties.default

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 19:15:47 2014 New Revision: 1627396 URL: http://svn.apache.org/r1627396 Log: Tag 8.0.13 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_13/ - copied from r1627395, tomcat/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCAT_8_0_13/build.properties.default Modified: tomc

svn commit: r1627401 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/valves/ test/org/apache/catalina/core/ webapps/docs/

2014-09-24 Thread violetagg
Author: violetagg Date: Wed Sep 24 19:48:54 2014 New Revision: 1627401 URL: http://svn.apache.org/r1627401 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56739 Merged revision 1616441 from tomcat/trunk: If an application handles an error on an application thread during asynchronous p

[Bug 56739] Error response body generated only occasionally

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56739 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

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

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 19:52:57 2014 New Revision: 1627403 URL: http://svn.apache.org/r1627403 Log: Need to redo signature and md5 after signing Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1627403&r1=

svn commit: r1627404 - /tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 19:53:48 2014 New Revision: 1627404 URL: http://svn.apache.org/r1627404 Log: Download signed production binary from production not test. Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java Modified: tomcat/trunk/java/org/apache/tomcat/builduti

svn commit: r1627406 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/Util.java

2014-09-24 Thread violetagg
Author: violetagg Date: Wed Sep 24 19:58:59 2014 New Revision: 1627406 URL: http://svn.apache.org/r1627406 Log: Merged revision 1626764 from tomcat/trunk: Reduce visibility for some methods. No API issues since this class is clearly documented to be for internal use only. Modified: tomcat/tc

svn commit: r1627407 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 19:59:34 2014 New Revision: 1627407 URL: http://svn.apache.org/r1627407 Log: Need to re-submit files for signing and we can;t re-use version numbers with the signing service so bump version number. Modified: tomcat/trunk/build.properties.default tomcat/trun

svn commit: r1627408 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_14: ./ build.properties.default

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 19:59:58 2014 New Revision: 1627408 URL: http://svn.apache.org/r1627408 Log: Tag 8.0.14 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_14/ - copied from r1627407, tomcat/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCAT_8_0_14/build.properties.default Modified: tomc

svn commit: r1627409 - in /tomcat/tc7.0.x/trunk: ./ java/javax/websocket/Session.java java/org/apache/tomcat/websocket/Util.java java/org/apache/tomcat/websocket/WsSession.java res/META-INF/websocket-

2014-09-24 Thread violetagg
Author: violetagg Date: Wed Sep 24 20:06:01 2014 New Revision: 1627409 URL: http://svn.apache.org/r1627409 Log: Merged revision 1626765 from tomcat/trunk: Update WebSocket implementation to version 1.1 of the spec Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java

Re: Time for 7.0.56

2014-09-24 Thread Violeta Georgieva
Hi, 2014-09-03 13:36 GMT+03:00 Violeta Georgieva : > > Hi, > > I plan to start with 7.0.56 release preparation in the next days. I would like to tag 7.0.56 tomorrow. If you would like to add something please reply here. > > Regards, > Violeta

buildbot success in ASF Buildbot on tomcat-trunk

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

Re: Time for 7.0.56

2014-09-24 Thread Mark Thomas
On 24/09/2014 21:07, Violeta Georgieva wrote: > Hi, > > 2014-09-03 13:36 GMT+03:00 Violeta Georgieva : >> >> Hi, >> >> I plan to start with 7.0.56 release preparation in the next days. > > I would like to tag 7.0.56 tomorrow. > If you would like to add something please reply here. I think you mi

Re: Re: Discussion of pluggable password-derivation in Realms [Bug 56403]

2014-09-24 Thread Gabriel E. Sánchez Martínez
On 09/24/2014 12:27 PM, Mark Thomas wrote: On 24/09/2014 16:59, Christopher Schultz wrote: Mark, On 9/24/14 5:00 AM, Mark Thomas wrote: On 23/09/2014 10:49, Mark Thomas wrote: On 23/09/2014 00:56, "Gabriel E. Sánchez Martínez" wrote: On 09/17/2014 04:36 AM, Mark Thomas wrote: On 16/09/2014

svn commit: r6649 [2/2] - in /dev/tomcat/tomcat-8/v8.0.14: ./ bin/ bin/embed/ bin/extras/ src/

2014-09-24 Thread markt
Added: dev/tomcat/tomcat-8/v8.0.14/src/apache-tomcat-8.0.14-src.tar.gz.md5 == --- dev/tomcat/tomcat-8/v8.0.14/src/apache-tomcat-8.0.14-src.tar.gz.md5 (added) +++ dev/tomcat/tomcat-8/v8.0.14/src/apache-tomcat-8.0.14-src.tar.

svn commit: r6649 [1/2] - in /dev/tomcat/tomcat-8/v8.0.14: ./ bin/ bin/embed/ bin/extras/ src/

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 20:32:33 2014 New Revision: 6649 Log: Upload 8.0.14 for voting Added: dev/tomcat/tomcat-8/v8.0.14/ dev/tomcat/tomcat-8/v8.0.14/KEYS (with props) dev/tomcat/tomcat-8/v8.0.14/README.html (with props) dev/tomcat/tomcat-8/v8.0.14/RELEASE-NOTES de

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2014-09-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=34&rev2=35 Comment: WebSocket 1.1 has been ported to Tomc

Re: svn commit: r1627409 - in /tomcat/tc7.0.x/trunk: ./ java/javax/websocket/Session.java java/org/apache/tomcat/websocket/Util.java java/org/apache/tomcat/websocket/WsSession.java res/META-INF/websoc

2014-09-24 Thread Konstantin Kolinko
2014-09-25 0:06 GMT+04:00 : > Author: violetagg > Date: Wed Sep 24 20:06:01 2014 > New Revision: 1627409 > > URL: http://svn.apache.org/r1627409 > Log: > Merged revision 1626765 from tomcat/trunk: > Update WebSocket implementation to version 1.1 of the spec > > Modified: > tomcat/tc7.0.x/trunk

[Bug 56079] Digitally sign the Windows binaries

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56079 --- Comment #12 from Mark Thomas --- This has been fixed for Tomcat 8.0.14 onwards. The service runner (tomcat8.exe), the service manager (tomcat8w.exe) and the Windows installer are all now signed. The uninstaller is not signed. Since it

svn commit: r1627420 - in /tomcat/tc7.0.x/trunk: ./ build.properties.default

2014-09-24 Thread markt
Author: markt Date: Wed Sep 24 20:50:26 2014 New Revision: 1627420 URL: http://svn.apache.org/r1627420 Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=56079 (Still need to sign the Windows Installer) Switch to the signed versions of the daemon binaries. Modified: tomca

Signing releases

2014-09-24 Thread Mark Thomas
I've just completed the 8.0.14 release using the new code signing service. I'll call the vote shortly. I've also back-ported the change to 7.0.x to pick up the signed versions of Commons Daemon 1.0.15. I think we should sign the 7.0.x releases as well but I am leaning towards doing this manually

[VOTE] Release Apache Tomcat 8.0.14

2014-09-24 Thread Mark Thomas
The proposed Apache Tomcat 8.0.14 release is now available for voting. The main changes since 8.0.12 are: - Windows service runner, Windows service manager and Windows installer are digitally signed with the new ASF code signing service - Implement Java WebSocket 1.1 - Improvements to start time

[Bug 56079] Digitally sign the Windows binaries

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56079 --- Comment #13 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #12) > > The uninstaller is not signed. Since it is generated automatically by NSIS > and embedded in the installer, I haven't yet figured out a way to sign

buildbot exception in ASF Buildbot on tomcat-trunk

2014-09-24 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/478 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-24 Thread Ognjen Blagojevic
Mark, On 24.9.2014 23:07, Mark Thomas wrote: The proposed 8.0.14 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.0.14 (non-binding) Tested .zip distribution on Windows 7 64-bit: - Tested TLS/SSL connectivity for BIO, NIO and APR connectors. - Crawled all links

[Bug 57016] New: PersistentValve deletes sessions right after it creates them

2014-09-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57016 Bug ID: 57016 Summary: PersistentValve deletes sessions right after it creates them Product: Tomcat 7 Version: 7.0.53 Hardware: Macintosh Status: NEW

Re: [VOTE] Release Apache Tomcat 8.0.14

2014-09-24 Thread Jeanfrancois Arcand
On 2014-09-24, 5:07 PM, Mark Thomas wrote: The proposed 8.0.14 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.0.14 Tested WebSockets and Servlet 3 AsyncContext API. -- Jeanfrancois - To uns

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

2014-09-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-apr has an issue affecting its community integration. Th