[Bug 58286] Crash in jk-status on Windows (when producing HTML output)

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58286 Chinoy Gupta changed: What|Removed |Added CC||chinoygu...@gmail.com --- Comment #4 fr

[Bug 58286] Crash in jk-status on Windows (when producing HTML output)

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58286 --- Comment #5 from Rainer Jung --- If you can easily integrate now, I suggest you do so. There are currently only two post 1.2.41 fixes, this one here and one about atomics on some niche platforms (not Windows, not Linux 64 Bit). This one her

[Bug 58286] Crash in jk-status on Windows (when producing HTML output)

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58286 --- Comment #6 from Chinoy Gupta --- Thanks for the prompt reply. Based on your comment, it might be some time before the next release comes out. So I will look into integrating it now only. -- You are receiving this mail because: You are th

svn commit: r1700763 - in /tomcat/jk/trunk/xdocs/webserver_howto: apache.xml iis.xml

2015-09-02 Thread kkolinko
Author: kkolinko Date: Wed Sep 2 10:52:46 2015 New Revision: 1700763 URL: http://svn.apache.org/r1700763 Log: Correct a typo in documentation (reviewing r1700600) Modified: tomcat/jk/trunk/xdocs/webserver_howto/apache.xml tomcat/jk/trunk/xdocs/webserver_howto/iis.xml Modified: tomcat/jk

svn commit: r1700765 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java LocalStrings.properties

2015-09-02 Thread jfclere
Author: jfclere Date: Wed Sep 2 10:59:19 2015 New Revision: 1700765 URL: http://svn.apache.org/r1700765 Log: Make sure sendFile is not used with SSL. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings

buildbot exception in ASF Buildbot on tomcat-trunk

2015-09-02 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/190 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

[Bug 58313] Data race inside the non-thread-safe HashMap org.apache.catalina.connector.OutputBuffer.encoders

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58313 --- Comment #1 from Mark Thomas --- I agree that this is an issue. A switch to ConcurrentHashMap should address the immediate problem. The idea behind clearEncoders() is a good one. The encoders are expensive objects and don't scale well. We d

svn commit: r1700854 - in /tomcat/trunk/java/org/apache: catalina/connector/Request.java coyote/Request.java coyote/http2/Http2UpgradeHandler.java coyote/http2/StreamProcessor.java tomcat/util/net/Abs

2015-09-02 Thread remm
Author: remm Date: Wed Sep 2 17:27:11 2015 New Revision: 1700854 URL: http://svn.apache.org/r1700854 Log: Add a sendfile override on the request, since HTTP/2 doesn't support it (it's not just in SSL). HTTP/2 could have simulated sendfile eventually. Modified: tomcat/trunk/java/org/apache/c

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-02 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/191 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1700870 - /tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 18:57:28 2015 New Revision: 1700870 URL: http://svn.apache.org/r1700870 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58313 Fix concurrent access of encoders map when clearing encoders prior to switch to async. Modified: tomcat/trunk/java/org/apache/c

svn commit: r1700871 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java webapps/docs/changelog.xml

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 19:00:49 2015 New Revision: 1700871 URL: http://svn.apache.org/r1700871 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58313 Fix concurrent access of encoders map when clearing encoders prior to switch to async. Modified: tomcat/tc8.0.x/trunk/ (props

svn commit: r1700872 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/OutputBuffer.java webapps/docs/changelog.xml

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 19:03:51 2015 New Revision: 1700872 URL: http://svn.apache.org/r1700872 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58313 Fix concurrent access of encoders map when clearing encoders prior to switch to async. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1700873 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 19:07:25 2015 New Revision: 1700873 URL: http://svn.apache.org/r1700873 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1700873&r1=1700872&r

[Bug 58313] Data race inside the non-thread-safe HashMap org.apache.catalina.connector.OutputBuffer.encoders

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58313 Mark Thomas changed: What|Removed |Added Version|trunk |unspecified Product|Tomcat 8

svn commit: r1700890 - /tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 20:21:14 2015 New Revision: 1700890 URL: http://svn.apache.org/r1700890 Log: Small simplification Use 'conv == null' to indicate that conv has not been set rather than a separate flag. Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java

svn commit: r1700891 - /tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 20:27:54 2015 New Revision: 1700891 URL: http://svn.apache.org/r1700891 Log: Key encoder cache on Charset rather than encoding name Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java Modified: tomcat/trunk/java/org/apache/catalina/conne

svn commit: r1700892 - in /tomcat/trunk/java/org/apache: catalina/connector/OutputBuffer.java tomcat/util/buf/C2BConverter.java tomcat/util/buf/UEncoder.java

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 20:31:25 2015 New Revision: 1700892 URL: http://svn.apache.org/r1700892 Log: Use Charset rather than encoding name to create C2BConvertor Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java tomcat/trunk/java/org/apache/tomcat/util/buf

svn commit: r1700895 - /tomcat/trunk/java/org/apache/tomcat/util/buf/C2BConverter.java

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 20:33:57 2015 New Revision: 1700895 URL: http://svn.apache.org/r1700895 Log: Replacement is preferred. It makes errors more obvious while still enabling the app to continue. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/C2BConverter.java Modified: tom

svn commit: r1700896 - in /tomcat/trunk: java/org/apache/tomcat/util/http/RequestUtil.java test/org/apache/tomcat/util/http/TestRequestUtil.java

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 20:39:00 2015 New Revision: 1700896 URL: http://svn.apache.org/r1700896 Log: More normalization edge cases Modified: tomcat/trunk/java/org/apache/tomcat/util/http/RequestUtil.java tomcat/trunk/test/org/apache/tomcat/util/http/TestRequestUtil.java Modified:

svn commit: r1700897 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/http/RequestUtil.java test/org/apache/tomcat/util/http/TestRequestUtil.java webapps/docs/changelog.xml

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 20:41:30 2015 New Revision: 1700897 URL: http://svn.apache.org/r1700897 Log: More normalization edge cases Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/http/RequestUtil.java tomcat/tc8.0.x/trunk/test/

svn commit: r1700898 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/RequestUtil.java test/org/apache/tomcat/util/http/TestRequestUtil.java webapps/docs/changelog.xml

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 20:42:34 2015 New Revision: 1700898 URL: http://svn.apache.org/r1700898 Log: More normalization edge cases Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/RequestUtil.java tomcat/tc7.0.x/trunk/test/

svn commit: r1700900 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/util/RequestUtil.java

2015-09-02 Thread markt
Author: markt Date: Wed Sep 2 20:46:17 2015 New Revision: 1700900 URL: http://svn.apache.org/r1700900 Log: Update proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/RequestUtil.java Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http:/

buildbot failure in ASF Buildbot on tomcat-trunk

2015-09-02 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/194 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-02 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/195 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-09-02 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/58 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

buildbot failure in ASF Buildbot on tomcat-6-trunk

2015-09-02 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-6-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/4 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSched

Re: svn commit: r1700900 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/util/RequestUtil.java

2015-09-02 Thread Mark Thomas
On 02/09/2015 21:46, ma...@apache.org wrote: > Author: markt > Date: Wed Sep 2 20:46:17 2015 > New Revision: 1700900 > > URL: http://svn.apache.org/r1700900 > Log: > Update proposal > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/Reque

Re: svn commit: r1700900 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/util/RequestUtil.java

2015-09-02 Thread Konstantin Kolinko
2015-09-03 0:00 GMT+03:00 Mark Thomas : > On 02/09/2015 21:46, ma...@apache.org wrote: >> Author: markt >> Date: Wed Sep 2 20:46:17 2015 >> New Revision: 1700900 >> >> URL: http://svn.apache.org/r1700900 >> Log: >> Update proposal >> >> Modified: >> tomcat/tc6.0.x/trunk/STATUS.txt >> tomca

Re: svn commit: r1700900 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/util/RequestUtil.java

2015-09-02 Thread Rainer Jung
Am 02.09.2015 um 23:08 schrieb Konstantin Kolinko: 2015-09-03 0:00 GMT+03:00 Mark Thomas : On 02/09/2015 21:46, ma...@apache.org wrote: Author: markt Date: Wed Sep 2 20:46:17 2015 New Revision: 1700900 URL: http://svn.apache.org/r1700900 Log: Update proposal Modified: tomcat/tc6.0.x/tru

[Bug 58194] Tomcat crash EXCEPTION_ACCESS_VIOLATION in tcnative-1.dll

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58194 p...@tourplan.com changed: What|Removed |Added OS||All --- Comment #1 from p...@tourpl

[Bug 58194] Tomcat crash EXCEPTION_ACCESS_VIOLATION in tcnative-1.dll

2015-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58194 p...@tourplan.com changed: What|Removed |Added CC||p...@tourplan.com -- You are recei