[Bug 61452] java.io.UnsupportedEncodingException: UTF_8 when using WebDAV servlet

2017-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61452 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1806108 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/servlets/WebdavServlet.java test/org/apache/catalina/util/TestURLEncoder.java webapps/docs/changelog.xml

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 23:28:36 2017 New Revision: 1806108 URL: http://svn.apache.org/viewvc?rev=1806108&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61452 Fix a copy paste error Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/ap

svn commit: r1806107 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/servlets/WebdavServlet.java test/org/apache/catalina/util/TestURLEncoder.java webapps/docs/changelog.xml

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 23:18:13 2017 New Revision: 1806107 URL: http://svn.apache.org/viewvc?rev=1806107&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61452 Fix a copy paste error Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

Re: Random SocketTimeoutExceptions in Tomcat 8.0.x

2017-08-24 Thread Mark Thomas
On 23/08/17 22:48, Peter Major wrote: > Hi, > > I believe I have identified a bug in Tomcat 7.0.15+ and 8.0.x versions > that is likely to also affect 8.0.47-dev version: > It is possible that under high load NioBlockingSelector will incorrectly > detect read socket timeout (even though timeouts a

Re: svn commit: r1805960 - in /tomcat/native/trunk: native/Makefile.in native/configure.in xdocs/miscellaneous/changelog.xml

2017-08-24 Thread Konstantin Kolinko
2017-08-24 21:33 GMT+03:00 Mark Thomas : > On 24/08/17 11:19, Konstantin Kolinko wrote: >> A naive review below. I do not have a working tc-native build to check. >> >> I think your patch is an adaptation of r1805943 (BZ 60290). As such, >> it looks good. >> >> Several thoughts: >> 1) A typo in com

svn commit: r1806086 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_13: ./ build.properties.default native/include/tcn_version.h

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 20:46:27 2017 New Revision: 1806086 URL: http://svn.apache.org/viewvc?rev=1806086&view=rev Log: Tag 1.2.13 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_13/ - copied from r1806085, tomcat/native/trunk/ Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_13/bu

svn commit: r1806085 - /tomcat/native/trunk/native/srclib/VERSIONS

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 20:42:33 2017 New Revision: 1806085 URL: http://svn.apache.org/viewvc?rev=1806085&view=rev Log: Update the recommended versions Modified: tomcat/native/trunk/native/srclib/VERSIONS Modified: tomcat/native/trunk/native/srclib/VERSIONS URL: http://svn.apache.org

svn commit: r1806083 - /tomcat/native/trunk/java/org/apache/tomcat/

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 20:33:30 2017 New Revision: 1806083 URL: http://svn.apache.org/viewvc?rev=1806083&view=rev Log: Grr. native build script wants exact revision of last change Modified: tomcat/native/trunk/java/org/apache/tomcat/ (props changed) Propchange: tomcat/native/trunk/

svn commit: r1806082 - /tomcat/native/trunk/java/org/apache/tomcat/

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 20:31:34 2017 New Revision: 1806082 URL: http://svn.apache.org/viewvc?rev=1806082&view=rev Log: Update external to latest from Tomcat trunk Modified: tomcat/native/trunk/java/org/apache/tomcat/ (props changed) Propchange: tomcat/native/trunk/java/org/apache/t

Re: svn commit: r1805960 - in /tomcat/native/trunk: native/Makefile.in native/configure.in xdocs/miscellaneous/changelog.xml

2017-08-24 Thread Rainer Jung
Some more answers Am 24.08.2017 um 12:19 schrieb Konstantin Kolinko: A naive review below. I do not have a working tc-native build to check. I think your patch is an adaptation of r1805943 (BZ 60290). As such, it looks good. Several thoughts: 1) A typo in commit message and in changelog.xml I

svn commit: r1806080 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 20:01:09 2017 New Revision: 1806080 URL: http://svn.apache.org/viewvc?rev=1806080&view=rev Log: Update upcoming presentations Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/docs/pres

svn commit: r1806079 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 19:57:53 2017 New Revision: 1806079 URL: http://svn.apache.org/viewvc?rev=1806079&view=rev Log: Add Leon's MoSKito presentation Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/docs/pr

svn commit: r1806078 - in /tomcat/site/trunk: docs/conference.html xdocs/conference.xml

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 19:57:35 2017 New Revision: 1806078 URL: http://svn.apache.org/viewvc?rev=1806078&view=rev Log: Fix typo Modified: tomcat/site/trunk/docs/conference.html tomcat/site/trunk/xdocs/conference.xml Modified: tomcat/site/trunk/docs/conference.html URL: http://sv

Re: svn commit: r1805960 - in /tomcat/native/trunk: native/Makefile.in native/configure.in xdocs/miscellaneous/changelog.xml

2017-08-24 Thread Mark Thomas
On 24/08/17 11:19, Konstantin Kolinko wrote: > A naive review below. I do not have a working tc-native build to check. > > I think your patch is an adaptation of r1805943 (BZ 60290). As such, > it looks good. > > Several thoughts: > 1) A typo in commit message and in changelog.xml> > I think it w

svn commit: r1806074 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 18:32:28 2017 New Revision: 1806074 URL: http://svn.apache.org/viewvc?rev=1806074&view=rev Log: Fix typo (thanks kkolinko) Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL: http

svn commit: r1806070 - in /tomcat/site/trunk/docs/native-doc: index.html news/2017.html

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 18:03:46 2017 New Revision: 1806070 URL: http://svn.apache.org/viewvc?rev=1806070&view=rev Log: Correct 1.2.12 release date Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/news/2017.html Modified: tomcat/site/trunk/d

svn commit: r1806069 - in /tomcat/native/trunk/xdocs: index.xml news/2017.xml

2017-08-24 Thread markt
Author: markt Date: Thu Aug 24 18:01:01 2017 New Revision: 1806069 URL: http://svn.apache.org/viewvc?rev=1806069&view=rev Log: Correct the release date for 1.2.12 Modified: tomcat/native/trunk/xdocs/index.xml tomcat/native/trunk/xdocs/news/2017.xml Modified: tomcat/native/trunk/xdocs/ind

[Bug 61452] java.io.UnsupportedEncodingException: UTF_8 when using WebDAV servlet

2017-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61452 --- Comment #1 from Maarten van Hulsentop --- Created attachment 35252 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35252&action=edit webdav webapps folder to ease reproduction -- You are receiving this mail because: You are the ass

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

2017-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58194 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #6 from Mark Thomas

[Bug 61452] New: java.io.UnsupportedEncodingException: UTF_8 when using WebDAV servlet

2017-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61452 Bug ID: 61452 Summary: java.io.UnsupportedEncodingException: UTF_8 when using WebDAV servlet Product: Tomcat 7 Version: 7.0.81 Hardware: PC Status: NEW

[Bug 49038] Crash in tcnative

2017-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=49038 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

Re: svn commit: r1805960 - in /tomcat/native/trunk: native/Makefile.in native/configure.in xdocs/miscellaneous/changelog.xml

2017-08-24 Thread Rainer Jung
Am 24.08.2017 um 12:19 schrieb Konstantin Kolinko: 3) APR_SETIFNULL(LIBTOOL, `$apr_config --apr-libtool`) I wonder whether that --apr-libtool flag should be simply --libtool, like with --cc and -cpp a few lines above. --apr-libtool is correct. The APR config tool, named apr-config for APR 0

Re: svn commit: r1805960 - in /tomcat/native/trunk: native/Makefile.in native/configure.in xdocs/miscellaneous/changelog.xml

2017-08-24 Thread Konstantin Kolinko
A naive review below. I do not have a working tc-native build to check. I think your patch is an adaptation of r1805943 (BZ 60290). As such, it looks good. Several thoughts: 1) A typo in commit message and in changelog.xml I think it was meant to be s/but setting/by setting/. 2) There exists @

[Bug 57521] Tomcat randomly crashes with [libtcnative-1.so.0.1.30+0xe965] Java_org_apache_tomcat_jni_Socket_sendbb+0x75.

2017-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57521 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 51813] Tomcat randomly crashes with [libtcnative-1.so.1+0x152ca] Java_org_apache_tomcat_jni_Socket_sendbb+0x5a

2017-08-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51813 Mark Thomas changed: What|Removed |Added CC||tanaka.shuns...@simplex.ne.

Re: svn commit: r1805870 - /tomcat/native/trunk/native/src/ssl.c

2017-08-24 Thread Mark Thomas
On 24/08/17 00:31, Christopher Schultz wrote: > Mark, > > On 8/23/17 5:33 AM, ma...@apache.org wrote: >> Author: markt Date: Wed Aug 23 09:33:49 2017 New Revision: 1805870 > >> URL: http://svn.apache.org/viewvc?rev=1805870&view=rev Log: Partial >> fix for https://bz.apache.org/bugzilla/show_bug.c