buildbot success in ASF Buildbot on tomcat-trunk

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

[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko

2014-06-13 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=32&rev2=33 Comment: Add links to new HTTP/1.1 specificati

RE: Building tcnative on win32

2014-06-13 Thread Konstantin Preißer
Hi Christopher, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, June 13, 2014 11:36 PM > To: dev@tomcat.apache.org > Subject: Building tcnative on win32 > > All, > > I've spent some time trying to script a soup-to-nuts repeatable bui

Re: svn commit: r1602386 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-13 Thread Konstantin Kolinko
2014-06-13 22:01 GMT+04:00 Mark Thomas : > On 13/06/2014 16:23, Konstantin Kolinko wrote: >> 2014-06-13 15:37 GMT+04:00 : >>> Author: markt >>> Date: Fri Jun 13 11:37:24 2014 >>> New Revision: 1602386 >>> >>> URL: http://svn.apache.org/r1602386 >>> Log: >>> Tiny bit of de-duplication. >>> Add refe

Re: Building tcnative on win32

2014-06-13 Thread Konstantin Kolinko
2014-06-14 1:36 GMT+04:00 Christopher Schultz : > All, > > I've spent some time trying to script a soup-to-nuts repeatable build of > tcnative on win32. I've made some progress but I'm hitting a few snags > that perhaps some folks could help with. > > First, I want the script to fetch as much stuff

Building tcnative on win32

2014-06-13 Thread Christopher Schultz
All, I've spent some time trying to script a soup-to-nuts repeatable build of tcnative on win32. I've made some progress but I'm hitting a few snags that perhaps some folks could help with. First, I want the script to fetch as much stuff as possible for the user instead of relying on a great deal

svn commit: r1602522 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/examples/WEB-INF/classes/CookieExample.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 21:05:53 2014 New Revision: 1602522 URL: http://svn.apache.org/r1602522 Log: Set the path for cookies created by the examples web app This reduces the opportunity for using such cookies for malicious purposes should the advice to remove the examples web application

svn commit: r1602521 - in /tomcat/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/CookieExample.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 21:04:05 2014 New Revision: 1602521 URL: http://svn.apache.org/r1602521 Log: Set the path for cookies created by the examples web app This reduces the opportunity for using such cookies for malicious purposes should the advice to remove the examples web application

svn commit: r1602510 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 20:21:32 2014 New Revision: 1602510 URL: http://svn.apache.org/r1602510 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56518 Do not attempt an NIO write if a thread has been interrupted as it can lead to a connection limit leak Modified: tomcat/tc7

svn commit: r1602508 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java java/org/apache/coyote/ContainerThreadMarker.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 19:45:10 2014 New Revision: 1602508 URL: http://svn.apache.org/r1602508 Log: Backport change that added ContainerThreadMarker (needed for a backport to follow) Added: tomcat/tc7.0.x/trunk/java/org/apache/coyote/ContainerThreadMarker.java - copied, changed

svn commit: r1602507 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ test/org/apache/tomcat/util/net/

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 19:33:43 2014 New Revision: 1602507 URL: http://svn.apache.org/r1602507 Log: Another Endpoint generics related backport. Original message: More side-effects from making endpoints generic Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/

svn commit: r1602501 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 19:25:23 2014 New Revision: 1602501 URL: http://svn.apache.org/r1602501 Log: Backport change that added generics to Endpoint (needed for a backport to follow) The original commit message was: Create AbstractEndpoint.processSocketAsync() which will enable some furthe

svn commit: r1602489 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java java/org/apache/coyote/ajp/AbstractAjpProcessor.java java/org/apache/coyote/http11/AbstractHttp11Proce

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 18:53:38 2014 New Revision: 1602489 URL: http://svn.apache.org/r1602489 Log: Pull up getLog() and add some supporting plumbing Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/tc7

Re: svn commit: r1602386 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-13 Thread Mark Thomas
On 13/06/2014 16:23, Konstantin Kolinko wrote: > 2014-06-13 15:37 GMT+04:00 : >> Author: markt >> Date: Fri Jun 13 11:37:24 2014 >> New Revision: 1602386 >> >> URL: http://svn.apache.org/r1602386 >> Log: >> Tiny bit of de-duplication. >> Add reference to RFC2616 for case insensitivity of transfer

[jira] [Deleted] (MTOMCAT-271) My MyStuff

2014-06-13 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas deleted MTOMCAT-271: > My MyStuff > -- > > Key: MTOMCAT-271 > URL: https://issues.a

Re: [jira] [Created] (MTOMCAT-271) My MyStuff

2014-06-13 Thread Mark Thomas
On 13/06/2014 17:51, Mark Barton (JIRA) wrote: > Mark Barton created MTOMCAT-271: > --- > > Summary: My MyStuff > Key: MTOMCAT-271 > URL: https://issues.apache.org/jira/browse/MTOMCAT-271 > Project: Apache

svn commit: r1602483 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/Adapter.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 17:28:54 2014 New Revision: 1602483 URL: http://svn.apache.org/r1602483 Log: (empty) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/Adapter.java Propchange: tomcat/tc7.0.x/trunk/ ---

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-06-13 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/118 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

[jira] [Created] (MTOMCAT-271) My MyStuff

2014-06-13 Thread Mark Barton (JIRA)
Mark Barton created MTOMCAT-271: --- Summary: My MyStuff Key: MTOMCAT-271 URL: https://issues.apache.org/jira/browse/MTOMCAT-271 Project: Apache Tomcat Maven Plugin Issue Type: Test Comp

Re: svn commit: r1602381 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/catalina/startup/SimpleHttpClient.java test/org/apache/coyote/http11/

2014-06-13 Thread Konstantin Kolinko
2014-06-13 19:16 GMT+04:00 Konstantin Preißer : > Hi, > >> -Original Message- >> From: ma...@apache.org [mailto:ma...@apache.org] >> Sent: Friday, June 13, 2014 1:27 PM > > >> Author: markt >> Date: Fri Jun 13 11:26:36 2014 >> New Revision: 1602381 >> >> URL: http://svn.apache.org/r1602381

Re: svn commit: r1602386 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-13 Thread Konstantin Kolinko
2014-06-13 15:37 GMT+04:00 : > Author: markt > Date: Fri Jun 13 11:37:24 2014 > New Revision: 1602386 > > URL: http://svn.apache.org/r1602386 > Log: > Tiny bit of de-duplication. > Add reference to RFC2616 for case insensitivity of transfer encoding > names. > > Modified: > tomcat/tc7.0.x/trun

RE: svn commit: r1602381 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/catalina/startup/SimpleHttpClient.java test/org/apache/coyote/http11/

2014-06-13 Thread Konstantin Preißer
Hi, > -Original Message- > From: ma...@apache.org [mailto:ma...@apache.org] > Sent: Friday, June 13, 2014 1:27 PM > Author: markt > Date: Fri Jun 13 11:26:36 2014 > New Revision: 1602381 > > URL: http://svn.apache.org/r1602381 > Log: > As per RFC2616, an unknown expect header should res

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

2014-06-13 Thread kkolinko
Author: kkolinko Date: Fri Jun 13 15:13:53 2014 New Revision: 1602459 URL: http://svn.apache.org/r1602459 Log: Add changelog entry for r1602243 and similar earlier changes. That change was a backport of r1597982. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.

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

2014-06-13 Thread kkolinko
Author: kkolinko Date: Fri Jun 13 15:11:22 2014 New Revision: 1602458 URL: http://svn.apache.org/r1602458 Log: Amend changelog entry for r1597982 and move it into Coyote section (instead of Jasper one). Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/ch

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

2014-06-13 Thread kkolinko
Author: kkolinko Date: Fri Jun 13 14:59:49 2014 New Revision: 1602455 URL: http://svn.apache.org/r1602455 Log: Changelog entry for r1602381 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/

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

2014-06-13 Thread kkolinko
Author: kkolinko Date: Fri Jun 13 14:56:58 2014 New Revision: 1602452 URL: http://svn.apache.org/r1602452 Log: Changelog entry for r1599500 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/weba

svn commit: r1602443 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/valves/ java/org/apache/coyote/ java/org/apache/coyote/a

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 14:27:50 2014 New Revision: 1602443 URL: http://svn.apache.org/r1602443 Log: When an error occurs after the response has been committed close the connection immediately rather than attempting to finish the response to make it easier for the client to differentiate

svn commit: r1602432 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 14:03:50 2014 New Revision: 1602432 URL: http://svn.apache.org/r1602432 Log: Trivial formatting change Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProcessor.java Propchange: tomcat/tc7.0.x/trunk/ ---

svn commit: r1602431 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 14:00:54 2014 New Revision: 1602431 URL: http://svn.apache.org/r1602431 Log: Move resetting of error state to the processor's recycle method. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProcessor.java

svn commit: r1602429 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 13:57:27 2014 New Revision: 1602429 URL: http://svn.apache.org/r1602429 Log: Refactoring. Switch from a boolean to an Enum for error state so we can differentiate between an error that requires the connection is closed after the current response is completed and an

svn commit: r1602420 - /tomcat/tc7.0.x/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 13:31:27 2014 New Revision: 1602420 URL: http://svn.apache.org/r1602420 Log: Add a (currently disabled) test for errors with a chunked response after the response has been committed. Modified: tomcat/tc7.0.x/trunk/test/org/apache/coyote/http11/TestAbstractHttp

svn commit: r1602419 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 13:30:26 2014 New Revision: 1602419 URL: http://svn.apache.org/r1602419 Log: Clean-up Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java UR

[Tomcat Wiki] Update of "FAQ/Security" by KonstantinKolinko

2014-06-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Security" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/FAQ/Security?action=diff&rev1=16&rev2=17 Comment: Improve links. Add note on CVE-2009-3548

[Bug 56620] Bogus access log entries with status 503 and date in year 1970 (the epoch) when pausing NIO connector

2014-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56620 --- Comment #3 from Konstantin Kolinko --- Created attachment 31713 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31713&action=edit TEST-org.apache.jasper.compiler.TestGenerator.NIO.txt Test log file from the test run, demonst

[Bug 56620] Bogus access log entries with status 503 and date in year 1970 (the epoch) when pausing NIO connector

2014-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56620 --- Comment #2 from Konstantin Kolinko --- Created attachment 31712 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31712&action=edit access_log.2014-06-13 Access log file from the test run, demonstrating the issue -- You are

[Bug 56620] Bogus access log entries with status 503 and date in year 1970 (the epoch) when pausing NIO connector

2014-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56620 --- Comment #1 from Konstantin Kolinko --- Created attachment 31711 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31711&action=edit 2014-06-13_tc8_56620_debug.patch Debug logging statement for AbstractAccessLogValve, as mentio

[Bug 56620] New: Bogus access log entries with status 503 and date in year 1970 (the epoch) when pausing NIO connector

2014-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56620 Bug ID: 56620 Summary: Bogus access log entries with status 503 and date in year 1970 (the epoch) when pausing NIO connector Product: Tomcat 8 Version: 8.0.8 Hardware

svn commit: r1602386 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 11:37:24 2014 New Revision: 1602386 URL: http://svn.apache.org/r1602386 Log: Tiny bit of de-duplication. Add reference to RFC2616 for case insensitivity of transfer encoding names. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/

svn commit: r1602384 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 11:32:18 2014 New Revision: 1602384 URL: http://svn.apache.org/r1602384 Log: Fix merge error Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11P

svn commit: r1602383 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 11:31:50 2014 New Revision: 1602383 URL: http://svn.apache.org/r1602383 Log: Reduce duplicate by moving error handling into addInputFilter. Also makes error handling consistent. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org

svn commit: r1602382 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 11:28:00 2014 New Revision: 1602382 URL: http://svn.apache.org/r1602382 Log: Align code with comment and use a 500 response (internal server error) as per the comment rather than a 400 response. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.

svn commit: r1602381 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java test/org/apache/catalina/startup/SimpleHttpClient.java test/org/apache/coyote/http11/Test

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 11:26:36 2014 New Revision: 1602381 URL: http://svn.apache.org/r1602381 Log: As per RFC2616, an unknown expect header should result in a 417 response. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Abstr

svn commit: r1602380 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 11:25:42 2014 New Revision: 1602380 URL: http://svn.apache.org/r1602380 Log: Tweak comments Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1602378 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java java/org/apache/coyote/ajp/AbstractAjpProcessor.java java/org/apache/coyote/http11/AbstractHttp11Proce

2014-06-13 Thread markt
Author: markt Date: Fri Jun 13 11:23:42 2014 New Revision: 1602378 URL: http://svn.apache.org/r1602378 Log: Pull up error flag Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/tc7.0.x/trunk/java/org/apache/coyo

[Bug 56618] Can not set Hostname property to IPv6 address using JK Status Manager

2014-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56618 --- Comment #1 from Konstantin Kolinko --- Thread on @users: "I can not set Hostname property to IPv6 address using JK Status Manager" http://tomcat.markmail.org/thread/5z54blmnrttwytr6 The problem is that url-encoded parameter value (2001