Tomcat 7.0.55 System Down

2015-02-04 Thread 토로치
Hello. I am a PLM system developers. We PLM system operates by JAVA. We are using the Tomcat version 7.0.55. The system Down occurs when we are using a PLM system. The hs-err_pid5684.mdmp file over 20GB is created in the Tomcat root folder. When the contents of the hs_err_pid5512.log fi

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Konstantin Kolinko changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #5 from Kon

svn commit: r1657460 - in /tomcat/tc8.0.x/trunk: java/org/apache/coyote/http11/AbstractOutputBuffer.java webapps/docs/changelog.xml

2015-02-04 Thread kkolinko
Author: kkolinko Date: Thu Feb 5 03:15:23 2015 New Revision: 1657460 URL: http://svn.apache.org/r1657460 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Improve length check in OutputBuffer.write() to account for 4 extra bytes that are needed to terminates the headers. Backpor

svn commit: r1657459 - /tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java

2015-02-04 Thread kkolinko
Author: kkolinko Date: Thu Feb 5 02:57:13 2015 New Revision: 1657459 URL: http://svn.apache.org/r1657459 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Improve length check in OutputBuffer.write() to account for 4 extra bytes that are needed to terminates the headers. Modifie

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 --- Comment #4 from Konstantin Kolinko --- (In reply to yangkun from comment #3) Your diagnosis is wrong. We are not talking about request here. It is response (the status line of a HTTP response) that does not fit the buffer used by statu

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 --- Comment #3 from yangkun --- If check the maxHttpHeaderSize careful, the error may be subdivide the following cases: 1. the request uri more than maxHttpHeaderSize, it should be a 414-request url too long 2. the request entity mor

svn commit: r1657442 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeProcessor.java UpgradeServletOutputStream.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 23:18:45 2015 New Revision: 1657442 URL: http://svn.apache.org/r1657442 Log: Re-work multiple-write registration fix. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessor.java tomcat/trunk/java/org/apache/coyote/http11/upgrade/Upgra

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #7 from wodenc...@gmail.com --- Hi Mark, I am fine with building SVN, as long as I am doing it correctly :) What I did today was I went into the directory where I had Tomcat trunk checked out, I ran "svn update", then "ant", an

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #6 from Mark Thomas --- Thanks for the feedback. The CI system has highlighted a couple of issues with these fixes in place. I've just found what I think is another instance of multiple write registrations in trunk. My plan is

svn commit: r1657406 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 21:35:47 2015 New Revision: 1657406 URL: http://svn.apache.org/r1657406 Log: Fix another source of multiple write registrations. Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeServletOutputStream.java Modified: tomcat/trunk/java/org/apach

[Bug 57536] New: configurable source ip

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57536 Bug ID: 57536 Summary: configurable source ip Product: Tomcat Connectors Version: 1.2.40 Hardware: PC OS: All Status: NEW Severity: enhancement

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #5 from wodenc...@gmail.com --- Hi Mark, I have been testing with the latest Trunk of 8.0.19, and verified that is the case with this line in the logs: 2015-02-04 15:06:02,796 CST INFO [null] - Atmosphere is using async suppor

svn commit: r1657389 - /tomcat/tc7.0.x/trunk/STATUS.txt

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 19:41:41 2015 New Revision: 1657389 URL: http://svn.apache.org/r1657389 Log: Record +1 from Filip via BZ Modified: tomcat/tc7.0.x/trunk/STATUS.txt Modified: tomcat/tc7.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/STATUS.txt?rev=1

[Bug 57532] Session expire message sent to cluster nodes even with DeltaSession configuration not to

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57532 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Th

[Bug 57528] Random NPE when sending multipart content

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57528 --- Comment #3 from Mark Thomas --- Enable debug logging for org.apache.catalina.webresources.JarResource and org.apache.catalina.webresources.JarWarResource That will tell you if there is an IOException causing the null. -- You are rec

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

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 19:19:06 2015 New Revision: 1657381 URL: http://svn.apache.org/r1657381 Log: Fix broken non-blocking unit test on Linux. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Propc

svn commit: r1657374 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11OutputBuffer.java Http11Processor.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 19:06:26 2015 New Revision: 1657374 URL: http://svn.apache.org/r1657374 Log: Fix broken non-blocking unit test on Linux. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11OutputBuffer.java tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.j

svn commit: r1657370 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java webapps/docs/changelog.xml

2015-02-04 Thread fschumacher
Author: fschumacher Date: Wed Feb 4 18:49:18 2015 New Revision: 1657370 URL: http://svn.apache.org/r1657370 Log: Guard the digester with its own lock object. Otherwise two threads could create two digester instances, lock on them and then use still the same one at the same time. Remove the now un

Re: svn commit: r1657125 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-02-04 Thread Mark Thomas
On 04/02/2015 13:08, Mark Thomas wrote: > On 04/02/2015 12:55, Konstantin Kolinko wrote: >> Recent Buildbot build are hanging and are killed after a timeout, >> before they start running this test. (No recent test results for this >> test exist at buildbot) Thus I do not see what the error is. O

svn commit: r1657360 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java

2015-02-04 Thread fschumacher
Author: fschumacher Date: Wed Feb 4 18:14:57 2015 New Revision: 1657360 URL: http://svn.apache.org/r1657360 Log: We know, that we only store String[] instances as values in parameters-map, so no need to check for other types. Merged r1656331 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk

svn commit: r1657356 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardHost.java webapps/docs/changelog.xml

2015-02-04 Thread fschumacher
Author: fschumacher Date: Wed Feb 4 18:10:48 2015 New Revision: 1657356 URL: http://svn.apache.org/r1657356 Log: Warn about a problematic appBase setting on StandardHost. Merged r1656345 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/a

svn commit: r1657246 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 14:23:22 2015 New Revision: 1657246 URL: http://svn.apache.org/r1657246 Log: Add check to avoid triggering an error if complete() is called during onWritePossible() Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trun

[Bug 57534] New: CorsFilter.SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES check shall ignore content-type parameters

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57534 Bug ID: 57534 Summary: CorsFilter.SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES check shall ignore content-type parameters Product: Tomcat 7 Version: 7.0.59 Hardware: PC

Re: svn commit: r1657125 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-02-04 Thread Mark Thomas
On 04/02/2015 12:55, Konstantin Kolinko wrote: > 2015-02-04 14:45 GMT+03:00 : >> Author: markt >> Date: Wed Feb 4 11:45:39 2015 >> New Revision: 1657125 >> >> URL: http://svn.apache.org/r1657125 >> Log: >> Fix failing NIO2 unit test. >> Response body may not be chunked so doing a line-by-line rea

Re: svn commit: r1657125 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-02-04 Thread Konstantin Kolinko
2015-02-04 14:45 GMT+03:00 : > Author: markt > Date: Wed Feb 4 11:45:39 2015 > New Revision: 1657125 > > URL: http://svn.apache.org/r1657125 > Log: > Fix failing NIO2 unit test. > Response body may not be chunked so doing a line-by-line read will fail > unless the client is explicitly told to us

svn commit: r1657125 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 11:45:39 2015 New Revision: 1657125 URL: http://svn.apache.org/r1657125 Log: Fix failing NIO2 unit test. Response body may not be chunked so doing a line-by-line read will fail unless the client is explicitly told to use the content length. Modified: tomcat/tru

svn commit: r1657059 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 09:46:33 2015 New Revision: 1657059 URL: http://svn.apache.org/r1657059 Log: Deprecated unused code. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/filters/CorsFilter.java Propchange: tomcat/tc8.0.x/trunk/ --

svn commit: r1657055 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 09:45:56 2015 New Revision: 1657055 URL: http://svn.apache.org/r1657055 Log: Remove unused code. Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java URL: http://svn.apa

svn commit: r1657054 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 09:45:13 2015 New Revision: 1657054 URL: http://svn.apache.org/r1657054 Log: Deprecated unused code. Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java URL: http://svn

[Bug 57180] CorsFilter does not support PATCH method

2015-02-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1657053 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 09:40:43 2015 New Revision: 1657053 URL: http://svn.apache.org/r1657053 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Additional fix. Do not attempt to enumerate valid HTTP methods. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat

svn commit: r1657049 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 09:38:34 2015 New Revision: 1657049 URL: http://svn.apache.org/r1657049 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Additional fix. Do not attempt to enumerate valid HTTP methods. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat

svn commit: r1657045 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 09:33:40 2015 New Revision: 1657045 URL: http://svn.apache.org/r1657045 Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java URL: http://svn.

svn commit: r1657041 - /tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 09:31:02 2015 New Revision: 1657041 URL: http://svn.apache.org/r1657041 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Additional fix. Do not attempt to enumerate valid HTTP methods. Modified: tomcat/trunk/java/org/apache/catalina/filters/Cors

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

2015-02-04 Thread violetagg
Author: violetagg Date: Wed Feb 4 09:20:04 2015 New Revision: 1657032 URL: http://svn.apache.org/r1657032 Log: Update the release date. 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/tomc

svn commit: r7938 - /dev/tomcat/tomcat-7/v7.0.59/ /release/tomcat/tomcat-7/v7.0.59/

2015-02-04 Thread violetagg
Author: violetagg Date: Wed Feb 4 09:15:47 2015 New Revision: 7938 Log: Release Tomcat 7.0.59 Added: release/tomcat/tomcat-7/v7.0.59/ - copied from r7937, dev/tomcat/tomcat-7/v7.0.59/ Removed: dev/tomcat/tomcat-7/v7.0.59/ --

Re: [VOTE][RESULT] Release Apache Tomcat 7.0.59

2015-02-04 Thread Violeta Georgieva
Hi, 2015-01-28 21:35 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.59 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.59/ > The Maven staging repo is: > https://repository.apache.org/content/reposito

Re: [VOTE] Release Apache Tomcat 7.0.59

2015-02-04 Thread Violeta Georgieva
2015-01-28 21:35 GMT+02:00 Violeta Georgieva : > > The proposed Apache Tomcat 7.0.59 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.59/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/

svn commit: r1657029 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWsPingPongMessages.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 08:53:57 2015 New Revision: 1657029 URL: http://svn.apache.org/r1657029 Log: Remove duplicate start call Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsPingPongMessages.java Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWsPingPongM