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.cgi?id=58434 Fix an
>> error when trying to build with libressl
> 
> Thanks for doing this. It was on my "eventually TODO list" ;)
> 
> If there are any different instructions for building against libressl
> versus openssl, please put them in the BUILDING file if you haven't
> already done so. I would definitely like to test the build and
> operation against libressl.

No special instructions so far. I haven't tested it extensively so more
testing would definitely help. All I've really done is made sure it
compiles without errors.

Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[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|--- |DUPLICATE

--- Comment #10 from Mark Thomas  ---
I'm marking this as a duplicate as that looks to be the most likely cause based
on the information in this thread.

Regarding comment #9, that may be the same issue or it could be unrelated. If
you still the the issue with the latest Tomcat Native 1.2.x, latest stable
release of a supported Tomcat version and the latest Atmosphere release then
please open a new issue and provide the simplest possible test case that
reproduces the issue. Please also make sure you are using the JSR 356 WebSocket
API, not the deprecated Tomcat WebSocket API.

*** This bug has been marked as a duplicate of bug 51813 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[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.
   ||jp

--- Comment #12 from Mark Thomas  ---
*** Bug 57521 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 @TCNATIVE_LIBTOOL_VERSION@   What is its value?

Looking into configure.in, I think it is evaluated rather early,
before $LIBTOOL is set.


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.

4)
There exists $APR_LIBTOOL_LIBS.
I wonder what is its value and whether it needs some update as well.


2017-08-24 0:12 GMT+03:00  :
> Author: markt
> Date: Wed Aug 23 21:12:17 2017
> New Revision: 1805960
>
> URL: http://svn.apache.org/viewvc?rev=1805960&view=rev
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60301
> When building Tomcat Native, allow the user to override the libtool specified 
> by APR but setting the LIBTOOL environment variable.
>
> Modified:
> tomcat/native/trunk/native/Makefile.in
> tomcat/native/trunk/native/configure.in
> tomcat/native/trunk/xdocs/miscellaneous/changelog.xml
>
> Modified: tomcat/native/trunk/native/Makefile.in
> URL: 
> http://svn.apache.org/viewvc/tomcat/native/trunk/native/Makefile.in?rev=1805960&r1=1805959&r2=1805960&view=diff
> ==
> --- tomcat/native/trunk/native/Makefile.in (original)
> +++ tomcat/native/trunk/native/Makefile.in Wed Aug 23 21:12:17 2017
> @@ -22,6 +22,7 @@
>  CFLAGS = @CFLAGS@
>  CPPFLAGS = @CPPFLAGS@
>  CC_OLD = @CC@
> +LIBTOOL_OLD = @LIBTOOL@
>
>  # gets substituted into some targets
>  TCNATIVE_MAJOR_VERSION=@TCNATIVE_MAJOR_VERSION@
> @@ -52,6 +53,10 @@ ifneq ($(CC_OLD),$(CC))
>  CC=$(CC_OLD)
>  endif
>
> +ifneq ($(LIBTOOL_OLD),$(LIBTOOL))
> +LIBTOOL=$(LIBTOOL_OLD)
> +endif
> +
>  LINK  = $(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) 
> -version-info $(TCNATIVE_LIBTOOL_VERSION) $(ALL_LDFLAGS) -o $@
>  CLEAN_SUBDIRS = test
>
>
> Modified: tomcat/native/trunk/native/configure.in
> URL: 
> http://svn.apache.org/viewvc/tomcat/native/trunk/native/configure.in?rev=1805960&r1=1805959&r2=1805960&view=diff
> ==
> --- tomcat/native/trunk/native/configure.in (original)
> +++ tomcat/native/trunk/native/configure.in Wed Aug 23 21:12:17 2017
> @@ -101,6 +101,11 @@ dnl
>  APR_SETIFNULL(CC, `$apr_config --cc`)
>  APR_SETIFNULL(CPP, `$apr_config --cpp`)
>
> +dnl
> +dnl Default to the APR provided libtool but allow the user to override it
> +dnl
> +APR_SETIFNULL(LIBTOOL, `$apr_config --apr-libtool`)
> +
>  AC_PROG_INSTALL
>
>  dnl
> @@ -234,6 +239,7 @@ AC_SUBST(TCNATIVE_LDFLAGS)
>  AC_SUBST(TCNATIVE_LIBS)
>  AC_SUBST(CFLAGS)
>  AC_SUBST(CPPFLAGS)
> +AC_SUBST(LIBTOOL)
>
>  dnl copy apr's rules.mk into our build directory.
>  if test ! -d ./build; then
>
> Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml
> URL: 
> http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml?rev=1805960&r1=1805959&r2=1805960&view=diff
> ==
> --- tomcat/native/trunk/xdocs/miscellaneous/changelog.xml (original)
> +++ tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Wed Aug 23 21:12:17 
> 2017
> @@ -66,6 +66,11 @@
>CC if explicitly set. Patch provided by Michael Osipov.
>(markt)
>  
> +
> +  60301: When building Tomcat Native, allow the user to 
> override
> +  the libtool specified by APR but setting the LIBTOOL
> +  environment variable. (markt)
> +
>
>  

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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.x.y and apr-1-config for 1.x.y only supports that flag, not the 
shorter --libtool. It is not a flag that we have created. For cc and cpp 
they use a shorter flag, so that parts looks good.


Here's the usage, in this case taken from APR 1.6.2:

  --prefix[=DIR]change prefix to DIR
  --bindir  print location where binaries are installed
  --includedir  print location where headers are installed
  --cc  print C compiler name
^^
  --cpp print C preprocessor name and any required options
^^^
  --cflags  print C compiler flags
  --cppflagsprint C preprocessor flags
  --includesprint include information
  --ldflags print linker flags
  --libsprint additional libraries to link against
  --srcdir  print APR source directory
  --installbuilddir print APR build helper directory
  --link-ld print link switch(es) for linking to APR
  --link-libtoolprint the libtool inputs for linking to APR
  --shlib-path-var  print the name of the shared library path env var
  --apr-la-file print the path to the .la file, if available
  --apr-so-ext  print the extensions of shared objects on this platform
  --apr-lib-target  print the libtool target information
  --apr-libtool print the path to APR's libtool
  ^
  --version print the APR's version as a dotted triple
  --helpprint this help


Regards,

Rainer


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[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|--- |WORKSFORME

--- Comment #8 from Mark Thomas  ---
Resolving this on the basis that the theory is that this happened during
shutdown and that I cannot reproduce this with the latest 1.2.x release and the
latest release of a supported Tomcat version.

If this isn't happening during shutdown or if it can be produced with current
versions please feel free to re-open and provide the steps necessary to
reproduce it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[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
  Severity: normal
  Priority: P2
 Component: Catalina
  Assignee: dev@tomcat.apache.org
  Reporter: maar...@vanhulsentop.nl
  Target Milestone: ---

When using the WebDAV servlet, the log shows
java.io.UnsupportedEncodingException: UTF_8 exceptions on requests.

Reproduction steps;
- Download and unzip tomcat version 7.0.81
- Unzip the webdav.zip webdav in the root of the tomcat.
- Start the Tomcat server 
- Connect with anyclient to http://localhost:8080/webdav/
- See the stacktrace in the console.

java.io.UnsupportedEncodingException: UTF_8
at
sun.nio.cs.StreamEncoder.forOutputStreamWriter(StreamEncoder.java:61)
at java.io.OutputStreamWriter.(OutputStreamWriter.java:100)
at org.apache.catalina.util.URLEncoder.encode(URLEncoder.java:170)
at
org.apache.catalina.servlets.WebdavServlet.rewriteUrl(WebdavServlet.java:444)
at
org.apache.catalina.servlets.WebdavServlet.parseProperties(WebdavServlet.java:2122)
at
org.apache.catalina.servlets.WebdavServlet.doPropfind(WebdavServlet.java:702)


I have traced this to
org.apache.catalina.servlets.WebdavServlet.rewriteUrl(String) . The
implementation for tc7.x is;
  return URL_ENCODER_XML.encode(path, "UTF_8");
For tc8.5 it is;
  return URL_ENCODER_XML.encode(path, StandardCharsets.UTF_8);

I suspect that this is a pretty simple copy-paste error. The string should
probably be changed from "UTF_8" (with underscore) to "UTF-8" (with a dash).
But i have not tested this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[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  ---
Generally, what we need to investigate issues such as these are:
- update to the latest Tomcat Native (1.2.x) and Tomcat releases (7.0.x, 8.5.x
or 9.0.x)
- attach the dump file
- steps to reproduce

If you can't provide steps to reproduce then as much information as what type
of requests (Comet, async, WebSocket http/https, ajp) see the error and when
the error occurs (shutdown, after long running, static content, dynamic
content) might help us track it down.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[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 assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/index.xml?rev=1806069&r1=1806068&r2=1806069&view=diff
==
--- tomcat/native/trunk/xdocs/index.xml (original)
+++ tomcat/native/trunk/xdocs/index.xml Thu Aug 24 18:01:01 2017
@@ -59,7 +59,7 @@
 
 
 
-26 June 2017 - TC-Native-1.2.12
+21 February 2017 - TC-Native-1.2.12
 released
 The Apache Tomcat team is proud to announce the immediate availability of
 Tomcat Native 1.2.12 Stable.

Modified: tomcat/native/trunk/xdocs/news/2017.xml
URL: 
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/news/2017.xml?rev=1806069&r1=1806068&r2=1806069&view=diff
==
Binary files - no diff available.



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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/docs/native-doc/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/index.html?rev=1806070&r1=1806069&r2=1806070&view=diff
==
--- tomcat/site/trunk/docs/native-doc/index.html (original)
+++ tomcat/site/trunk/docs/native-doc/index.html Thu Aug 24 18:03:46 2017
@@ -24,15 +24,10 @@
 FIPS 140-2 support for TLS/SSL (if supported by linked OpenSSL 
library)
   
 
-
-Select one of the links from the navigation menu (to the left) to drill
-down to the more detailed documentation that is available. Each available
-manual is described in more detail below.
-
 Headlines
 
 
-26 June 2017 - TC-Native-1.2.12
+21 February 2017 - TC-Native-1.2.12
 released
 The Apache Tomcat team is proud to announce the immediate availability of
 Tomcat Native 1.2.12 Stable.
@@ -160,9 +155,8 @@ INFO: Initializing Coyote HTTP/1.1 on ht
   
 Refer to the tomcat documentation to configure the connectors
 (See http://tomcat.apache.org/tomcat-8.5-doc/apr.html";>Tomcat 
8.5.x,
-http://tomcat.apache.org/tomcat-8.0-doc/apr.html";>Tomcat 
8.0.x,
-http://tomcat.apache.org/tomcat-7.0-doc/apr.html";>Tomcat 
7.0.x,
-and http://tomcat.apache.org/tomcat-6.0-doc/apr.html";>Tomcat 
6.0.x)
+http://tomcat.apache.org/tomcat-8.0-doc/apr.html";>Tomcat 8.0.x
+and http://tomcat.apache.org/tomcat-7.0-doc/apr.html";>Tomcat 
7.0.x)
   
 
 

Modified: tomcat/site/trunk/docs/native-doc/news/2017.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2017.html?rev=1806070&r1=1806069&r2=1806070&view=diff
==
--- tomcat/site/trunk/docs/native-doc/news/2017.html (original)
+++ tomcat/site/trunk/docs/native-doc/news/2017.html Thu Aug 24 18:03:46 2017
@@ -1,6 +1,6 @@
 
 The Apache Tomcat Native - News - 2017 News and 
Statushttp://tomcat.apache.org/";>http://www.apache.org/"; target="_blank">The Apache Tomcat Native - 
NewsLinksDocs Home
 Miscellaneous 
DocumentationChangelogNews20172016201520142013201220112010200920082017 News and Status2017 News & Status
- 26 June 2017 - TC-Native-1.2.12 
released
+ 21 Feb 2017 - TC-Native-1.2.12 
released
   The Apache Tomcat team is proud to announce the immediate availability
   of Tomcat Native 1.2.12. This is a release to update dependencies for the
   Windows binaries and includes Windows binaries built with OpenSSL 1.0.2k and



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml?rev=1806074&r1=1806073&r2=1806074&view=diff
==
--- tomcat/native/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Thu Aug 24 18:32:28 
2017
@@ -68,7 +68,7 @@
 
 
   60301: When building Tomcat Native, allow the user to override
-  the libtool specified by APR but setting the LIBTOOL
+  the libtool specified by APR by setting the LIBTOOL
   environment variable. (markt)
 
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 was meant to be  s/but setting/by setting/.

Thanks. Fixed.

I think Rainer has answered the libtool questions.

Mark


> 
> 2) There exists @TCNATIVE_LIBTOOL_VERSION@   What is its value?
> 
> Looking into configure.in, I think it is evaluated rather early,
> before $LIBTOOL is set.
> 
> 
> 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.
> 
> 4)
> There exists $APR_LIBTOOL_LIBS.
> I wonder what is its value and whether it needs some update as well.
> 
> 
> 2017-08-24 0:12 GMT+03:00  :
>> Author: markt
>> Date: Wed Aug 23 21:12:17 2017
>> New Revision: 1805960
>>
>> URL: http://svn.apache.org/viewvc?rev=1805960&view=rev
>> Log:
>> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60301
>> When building Tomcat Native, allow the user to override the libtool 
>> specified by APR but setting the LIBTOOL environment variable.
>>
>> Modified:
>> tomcat/native/trunk/native/Makefile.in
>> tomcat/native/trunk/native/configure.in
>> tomcat/native/trunk/xdocs/miscellaneous/changelog.xml
>>
>> Modified: tomcat/native/trunk/native/Makefile.in
>> URL: 
>> http://svn.apache.org/viewvc/tomcat/native/trunk/native/Makefile.in?rev=1805960&r1=1805959&r2=1805960&view=diff
>> ==
>> --- tomcat/native/trunk/native/Makefile.in (original)
>> +++ tomcat/native/trunk/native/Makefile.in Wed Aug 23 21:12:17 2017
>> @@ -22,6 +22,7 @@
>>  CFLAGS = @CFLAGS@
>>  CPPFLAGS = @CPPFLAGS@
>>  CC_OLD = @CC@
>> +LIBTOOL_OLD = @LIBTOOL@
>>
>>  # gets substituted into some targets
>>  TCNATIVE_MAJOR_VERSION=@TCNATIVE_MAJOR_VERSION@
>> @@ -52,6 +53,10 @@ ifneq ($(CC_OLD),$(CC))
>>  CC=$(CC_OLD)
>>  endif
>>
>> +ifneq ($(LIBTOOL_OLD),$(LIBTOOL))
>> +LIBTOOL=$(LIBTOOL_OLD)
>> +endif
>> +
>>  LINK  = $(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) 
>> -version-info $(TCNATIVE_LIBTOOL_VERSION) $(ALL_LDFLAGS) -o $@
>>  CLEAN_SUBDIRS = test
>>
>>
>> Modified: tomcat/native/trunk/native/configure.in
>> URL: 
>> http://svn.apache.org/viewvc/tomcat/native/trunk/native/configure.in?rev=1805960&r1=1805959&r2=1805960&view=diff
>> ==
>> --- tomcat/native/trunk/native/configure.in (original)
>> +++ tomcat/native/trunk/native/configure.in Wed Aug 23 21:12:17 2017
>> @@ -101,6 +101,11 @@ dnl
>>  APR_SETIFNULL(CC, `$apr_config --cc`)
>>  APR_SETIFNULL(CPP, `$apr_config --cpp`)
>>
>> +dnl
>> +dnl Default to the APR provided libtool but allow the user to override it
>> +dnl
>> +APR_SETIFNULL(LIBTOOL, `$apr_config --apr-libtool`)
>> +
>>  AC_PROG_INSTALL
>>
>>  dnl
>> @@ -234,6 +239,7 @@ AC_SUBST(TCNATIVE_LDFLAGS)
>>  AC_SUBST(TCNATIVE_LIBS)
>>  AC_SUBST(CFLAGS)
>>  AC_SUBST(CPPFLAGS)
>> +AC_SUBST(LIBTOOL)
>>
>>  dnl copy apr's rules.mk into our build directory.
>>  if test ! -d ./build; then
>>
>> Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml
>> URL: 
>> http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog.xml?rev=1805960&r1=1805959&r2=1805960&view=diff
>> ==
>> --- tomcat/native/trunk/xdocs/miscellaneous/changelog.xml (original)
>> +++ tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Wed Aug 23 
>> 21:12:17 2017
>> @@ -66,6 +66,11 @@
>>CC if explicitly set. Patch provided by Michael Osipov.
>>(markt)
>>  
>> +
>> +  60301: When building Tomcat Native, allow the user to 
>> override
>> +  the libtool specified by APR but setting the LIBTOOL
>> +  environment variable. (markt)
>> +
>>
>>  
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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://svn.apache.org/viewvc/tomcat/site/trunk/docs/conference.html?rev=1806078&r1=1806077&r2=1806078&view=diff
==
--- tomcat/site/trunk/docs/conference.html (original)
+++ tomcat/site/trunk/docs/conference.html Thu Aug 24 19:57:35 2017
@@ -354,7 +354,7 @@ NHS.
 
 
 Slides along with audio and video (where available) from previous events are
-   available from the previous presentations
+   available from the previous presentations
page.

 

Modified: tomcat/site/trunk/xdocs/conference.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/conference.xml?rev=1806078&r1=1806077&r2=1806078&view=diff
==
--- tomcat/site/trunk/xdocs/conference.xml (original)
+++ tomcat/site/trunk/xdocs/conference.xml Thu Aug 24 19:57:35 2017
@@ -103,7 +103,7 @@ target="_blank">
 
 Slides along with audio and video (where available) from previous events are
-   available from the previous presentations
+   available from the previous presentations
page.

 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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/presentations.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/presentations.html?rev=1806079&r1=1806078&r2=1806079&view=diff
==
--- tomcat/site/trunk/docs/presentations.html (original)
+++ tomcat/site/trunk/docs/presentations.html Thu Aug 24 19:57:53 2017
@@ -275,7 +275,22 @@ mailing list.
 
 
 
-TomcatCon 2017
+Webinar Series 2017
+
+
+
+
+Tomcat and MoSKito (Leon Rosenberg) https://www.youtube.com/watch?v=5RCkx-hGK1Q";>video
+
+
+
+
+
+
+
+
+
+TomcatCon Miami 2017
 
 
 

Modified: tomcat/site/trunk/xdocs/presentations.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/presentations.xml?rev=1806079&r1=1806078&r2=1806079&view=diff
==
--- tomcat/site/trunk/xdocs/presentations.xml (original)
+++ tomcat/site/trunk/xdocs/presentations.xml Thu Aug 24 19:57:53 2017
@@ -41,7 +41,13 @@ mailing list.
 
 
 
-
+
+
+Tomcat and MoSKito (Leon Rosenberg) https://www.youtube.com/watch?v=5RCkx-hGK1Q";>video
+
+
+
+
 
   
 State of the Cat - Mark Thomas,



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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/presentations.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/presentations.html?rev=1806080&r1=1806079&r2=1806080&view=diff
==
--- tomcat/site/trunk/docs/presentations.html (original)
+++ tomcat/site/trunk/docs/presentations.html Thu Aug 24 20:01:09 2017
@@ -225,16 +225,17 @@ presentations then please do let us know
 
 
 
-Tomcat and MoSKito (Leon Rosenburg)
+TomcatCon London 2017
+
 
-Monitoring your tomcat web-application in production with MoSKito. Get full
-control of threads, memory and execution time usage of the JVM and your
-code.
+TomcatCon London is the place for all users of Tomcat to expand their Tomcat
+knowledge in areas such as networking, security, performance and deployment. It
+also offers an opportunity to discuss the current Tomcat roadmap and help 
inform
+future development.
 
 
   
-Webinar: Thursday 24th August 2017 https://pivotal.zoom.us/j/949439493";>14.00 UTC
-
+Conference: Tuesday 26 September 2017
 
 
 

Modified: tomcat/site/trunk/xdocs/presentations.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/presentations.xml?rev=1806080&r1=1806079&r2=1806080&view=diff
==
--- tomcat/site/trunk/xdocs/presentations.xml (original)
+++ tomcat/site/trunk/xdocs/presentations.xml Thu Aug 24 20:01:09 2017
@@ -16,12 +16,13 @@ presentations then please do let us know
 Tomcat Users mailing list.
 
 
-Tomcat and MoSKito (Leon Rosenburg)
-Monitoring your tomcat web-application in production with MoSKito. Get full
-control of threads, memory and execution time usage of the JVM and your
-code.
+TomcatCon London 2017
+TomcatCon London is the place for all users of Tomcat to expand their Tomcat
+knowledge in areas such as networking, security, performance and deployment. It
+also offers an opportunity to discuss the current Tomcat roadmap and help 
inform
+future development.
 
-  Webinar: Thursday 24th August 2017 https://pivotal.zoom.us/j/949439493";>14.00 UTC
+  Conference: Tuesday 26 September 2017
 
 
 



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 think it was meant to be  s/but setting/by setting/.


Fixed by Mark.


2) There exists @TCNATIVE_LIBTOOL_VERSION@   What is its value?

Looking into configure.in, I think it is evaluated rather early,
before $LIBTOOL is set.


That is the tcnative version in libtool syntax, not a libtool version. 
For instance for trunk it is 2:13:2 which leads to 
libtcnative-1.so.0.2.13. The determination of that version does not use 
libtool but instead a script build/get-version.sh which parses the 
version info from one of our header files.



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.


Already answered


4)
There exists $APR_LIBTOOL_LIBS.
I wonder what is its value and whether it needs some update as well.


These are libs needed when linking against APR retrieved from the 
apr-1-config script of the installed APR. They are not libs needed by 
libtool itself and do not depend on the libtool version, neither of the 
one included in APR nor on a separate one if we now use the new feature.


Example here on Solaris:

/path/to/lib/libapr-1.la -luuid -lsendfile -lrt -lsocket -lnsl  -lpthread

So no need to update.

@Mark: I tested it quickly using the APR provided libtool and then 
another build using an older libtool announced via the LIBTOOL env var. 
Both build used the expected libtool and were successful.


Regards,

Rainer

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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/tomcat/
--
--- svn:externals (original)
+++ svn:externals Thu Aug 24 20:31:34 2017
@@ -1 +1 @@
-^/tomcat/trunk/java/org/apache/tomcat/jni@1781102 jni
+^/tomcat/trunk/java/org/apache/tomcat/jni@1806081 jni



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.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/java/org/apache/tomcat/
--
--- svn:externals (original)
+++ svn:externals Thu Aug 24 20:33:30 2017
@@ -1 +1 @@
-^/tomcat/trunk/java/org/apache/tomcat/jni@1806081 jni
+^/tomcat/trunk/java/org/apache/tomcat/jni@1805752 jni



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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/viewvc/tomcat/native/trunk/native/srclib/VERSIONS?rev=1806085&r1=1806084&r2=1806085&view=diff
==
--- tomcat/native/trunk/native/srclib/VERSIONS (original)
+++ tomcat/native/trunk/native/srclib/VERSIONS Thu Aug 24 20:42:33 2017
@@ -1,4 +1,4 @@
 Use the following version of the libraries
 
-- APR 1.5.2, http://apr.apache.org
-- OpenSSL 1.0.2k or later, http://www.openssl.org
+- APR 1.6.2, http://apr.apache.org
+- OpenSSL 1.0.2l or later, http://www.openssl.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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/build.properties.default
tomcat/native/tags/TOMCAT_NATIVE_1_2_13/native/include/tcn_version.h

Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_13/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/native/tags/TOMCAT_NATIVE_1_2_13/build.properties.default?rev=1806086&r1=1806085&r2=1806086&view=diff
==
--- tomcat/native/tags/TOMCAT_NATIVE_1_2_13/build.properties.default (original)
+++ tomcat/native/tags/TOMCAT_NATIVE_1_2_13/build.properties.default Thu Aug 24 
20:46:27 2017
@@ -20,7 +20,7 @@ version.major=1
 version.minor=2
 version.build=13
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # - Default Base Path for Dependent Packages -
 # Please note this path must be absolute, not relative,

Modified: tomcat/native/tags/TOMCAT_NATIVE_1_2_13/native/include/tcn_version.h
URL: 
http://svn.apache.org/viewvc/tomcat/native/tags/TOMCAT_NATIVE_1_2_13/native/include/tcn_version.h?rev=1806086&r1=1806085&r2=1806086&view=diff
==
--- tomcat/native/tags/TOMCAT_NATIVE_1_2_13/native/include/tcn_version.h 
(original)
+++ tomcat/native/tags/TOMCAT_NATIVE_1_2_13/native/include/tcn_version.h Thu 
Aug 24 20:46:27 2017
@@ -69,7 +69,7 @@ extern "C" {
  *  This symbol is defined for internal, "development" copies of TCN. This
  *  symbol will be #undef'd for releases.
  */
-#define TCN_IS_DEV_VERSION  1
+#define TCN_IS_DEV_VERSION  0
 
 
 /** The formatted string of APU's version */



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 commit message and in changelog.xml>
>> I think it was meant to be  s/but setting/by setting/.
>
> Thanks. Fixed.
>
> I think Rainer has answered the libtool questions.

Ack. Good answers. Thank you both.


Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 are disabled on the
> underlying Socket), and thus calls such as request.getInputStream() can
> randomly throw SocketTimeoutException in web applications.
> 
> To me this feels like a critical issue, and I'm only writing to this
> list, because I couldn't find a notification for my tomcat80 PR [0] in
> this list's archive.
> Apologies if this e-mail is inappropriate, or if I come across as
> impatient (the PR was only opened yesterday after all).

Just a quick note to say this has been seen. It should be fixed for the
next round of releases. We aim to get releases out monthly with the
process starting around the beginning of the month.

Mark


> 
> Best Regards,
> Peter Major
> 
> [0]: https://github.com/apache/tomcat80/pull/9
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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
tomcat/tc8.0.x/trunk/test/org/apache/catalina/util/TestURLEncoder.java
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

Modified: 
tomcat/tc8.0.x/trunk/java/org/apache/catalina/servlets/WebdavServlet.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/servlets/WebdavServlet.java?rev=1806107&r1=1806106&r2=1806107&view=diff
==
--- tomcat/tc8.0.x/trunk/java/org/apache/catalina/servlets/WebdavServlet.java 
(original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/servlets/WebdavServlet.java 
Thu Aug 24 23:18:13 2017
@@ -393,7 +393,7 @@ public class WebdavServlet extends Defau
  */
 @Override
 protected String rewriteUrl(String path) {
-return URL_ENCODER_XML.encode(path, "UTF_8");
+return URL_ENCODER_XML.encode(path, "UTF-8");
 }
 
 

Modified: tomcat/tc8.0.x/trunk/test/org/apache/catalina/util/TestURLEncoder.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/catalina/util/TestURLEncoder.java?rev=1806107&r1=1806106&r2=1806107&view=diff
==
--- tomcat/tc8.0.x/trunk/test/org/apache/catalina/util/TestURLEncoder.java 
(original)
+++ tomcat/tc8.0.x/trunk/test/org/apache/catalina/util/TestURLEncoder.java Thu 
Aug 24 23:18:13 2017
@@ -33,11 +33,11 @@ public class TestURLEncoder {
 
 // Ensure encode as space is not shared
 original.setEncodeSpaceAsPlus(true);
-Assert.assertNotEquals(original.encode(SPACE, "UTF-8"), 
clone.encode(SPACE, "UTF_8"));
+Assert.assertNotEquals(original.encode(SPACE, "UTF-8"), 
clone.encode(SPACE, "UTF-8"));
 
 // Ensure safe characters is not shared
 original.addSafeCharacter('$');
-Assert.assertNotEquals(original.encode(DOLLAR, "UTF_8"), 
clone.encode(DOLLAR, "UTF_8"));
+Assert.assertNotEquals(original.encode(DOLLAR, "UTF-8"), 
clone.encode(DOLLAR, "UTF-8"));
 }
 
 
@@ -45,8 +45,8 @@ public class TestURLEncoder {
 public void testRemoveSafeCharacter() {
 URLEncoder xml = (URLEncoder) URLEncoder.DEFAULT.clone();
 // This should not encode '&'
-Assert.assertEquals(AMPERSAND, xml.encode(AMPERSAND, "UTF_8"));
+Assert.assertEquals(AMPERSAND, xml.encode(AMPERSAND, "UTF-8"));
 xml.removeSafeCharacter('&');
-Assert.assertEquals(AMPERSAND_ENCODED, xml.encode(AMPERSAND, "UTF_8"));
+Assert.assertEquals(AMPERSAND_ENCODED, xml.encode(AMPERSAND, "UTF-8"));
 }
 }

Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1806107&r1=1806106&r2=1806107&view=diff
==
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Thu Aug 24 23:18:13 2017
@@ -62,6 +62,10 @@
 accessing the WebSocket examples when running under a
 SecurityManager. (markt)
   
+  
+61452: Fix a copy paste error that caused an
+UnsupportedEncodingException when using WebDAV. (markt)
+  
 
   
   



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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/apache/catalina/servlets/WebdavServlet.java
tomcat/tc7.0.x/trunk/test/org/apache/catalina/util/TestURLEncoder.java
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Aug 24 23:28:36 2017
@@ -1,3 +1,3 @@
-/tomcat/tc8.0.x/trunk:1636525,1637336,1637685,1637709,1638726,1640089,1640276,1640349,1640363,1640366,1640642,1640672,1640674,1640689,1640884,1641001,1641065,1641067,1641375,1641638,1641723,1641726,1641729-1641730,1641736,1641988,1642669-1642670,1642698,1642701,1643205,1643215,1643217,1643230,1643232,1643273,1643285,1643329-1643330,1643511,1643513,1643521,1643539,1643571,1643581-1643582,1643635,1643655,1643738,1643964,1644018,1644333,1644525,1644954,1644992,1645014,1645360,1645456,1645627,1645642,1645686,1645903-1645904,1645908-1645909,1645913,1645920,1646458,1646460-1646462,1646735,1646738-1646741,1646744,1646746,1646748-1646755,1646757,1646759-1646760,1647043,1648816,1651420-1651422,1651844,1652926,1652939-1652940,1652973,1653798,1653817,1653841,1654042,1654161,1654736,1654767,1654787,1656592,1659907,1662986,1663265,1663278,1663325,1663535,1663567,1663679,1663997,1664175,1664321,1664872,1665061,1665086,1666027,1666395,1666503,1666506,1666560,1666570,1666581,1666759,1666967,1666988
 
,1667553-1667555,1667558,1667617,1667633,1667637,1667747,1667767,1667873,1668028,1668137,1668634,1669432,1669801,1669840,1669895-1669896,1670398,1670435,1670592,1670605-1670607,1670609,1670632,1670720,1670725,1670727,1670731,1671114,1672273,1672285,1673759,1674220,1674295,1675469,1675488,1675595,1675831,1676232,1676367-1676369,1676382,1676394,1676483,1676556,1676635,1678178,1679536,1679988,1680256,1681124,1681182,1681703,1681730,1681840,1681864,1681869,1682010,1682034,1682047,1682052-1682053,1682062,1682064,1682070,1682312,1682325,1682331,1682386,1684367,1684385,1685759,1685774,1685827,1685892,1687341,1688904,1689358,1689657,1689921,1692850,1693093,1693108,1693324,1694060,1694115,1694291,1694427,1694431,1694503,1694549,1694789,1694873,1694881,1695356,1695372,1695823-1695825,1696200,1696281,1696379,1696468,1700608,1700871,1700897,1700978,1701094,1701124,1701608,1701668,1701676,1701766,1701944,1702248,1702252,1702314,1702390,1702723,1702725,1702728,1702730,1702733,1702735,1702737,1702
 
739,1702742,1702744,1702748,1702751,1702754,1702758,1702760,1702763,1702766,1708779,1708782,1708806,1709314,1709670,1710347,1710442,1710448,1710490,1710574,1710578,1712226,1712229,1712235,1712255,1712618,1712649,1712655,1712860,1712899,1712903,1712906,1712913,1712926,1712975,1713185,1713262,1713287,1713613,1713621,1713872,1713976,1713994,1713998,1714004,1714013,1714059,1714538,1714580,1715189,1715207,1715544,1715549,1715637,1715639-1715645,1715667,1715683,1715866,1715978,1715981,1716216-1716217,1716355,1716414,1716421,1717208-1717209,1717257,1717283,1717288,1717291,1717421,1717517,1717529,1718797,1718840-1718843,1719348,1719357-1719358,1719400,1719491,1719737,1720235,1720396,1720442,1720446,1720450,1720463,1720658-1720660,1720756,1720816,1721813,1721818,1721831,1721861,1721867,1721882,1722523,1722527,1722800,1722926,1722941,1722997,1723130,1723440,1723488,1723890,1724434,1724674,1724792,1724803,1724902,1725128,1725131,1725154,1725167,1725911,1725921,1725929,1725963-1725965,1725970,1
 
725974,1726171-1726173,1726175,1726179-1726182,1726190-1726191,1726195-1726200,1726203,1726226,1726576,1726630,1726992,1727029,1727037,1727671,1727676,1727900,1728028,1728092,1728439,1728449,1729186,1729362,1731009,1731303,1731867,1731872,1731874,1731876,1731885,1731947,1731955,1731959,1731977,1731984,1732360,1732490,1732672,1732902,1733166,1733603,1733619,1733735,1733752,1733764,1733915,1733941,1733964,1734115,1734133,1734261,1734421,1734531,1736286,1737967,1738173,1738182,1738992,1739039,1739089-1739091,1739294,1739777,1739821,1739981,1740513,1740726,1741019,1741162,1741217,1743647,1743681,1744152,1744272,1746732,1746750,1752739,1754615,1755886,1756018,1759565,1761686,1762173,1762206,1766280,1767507-1767508,1767653,1767656,1769267,1772949,1773521,1773527,1774104,1777015,1777213,1779330,1783151,1784188,1784966,1785670,1786846,1788260,1788999,1789140,1789402,1791529,1791559,1795291,1796906,1797523,1799214,1800998-1800999,1801003,1801007-1801008,1801017,1801020,1802808,1802814,180361
 8
+/tomcat/tc8.0.x/trunk:1636525,1637336,1637685,1637709,1638726,1640089,1640276,1640349,1640363,1640366,1640642,1640672,1640674,1640689,1640884,1641001,1641065,1641067,1641375,1641638,1641723,1641726,1641729-1641730,1641736,1641988,1642669-1642670,1642698,1642701,1643205,1643215,1643217,1643230,1643232,1643273,1643285,1643329-

[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 |RESOLVED
 OS||All

--- Comment #2 from Mark Thomas  ---
Fixed in:
- 8.0.x for 8.0.47 onwards
- 7.0.x for 7.0.82 onwards

Thanks for the report. 8.0.x was affected too as were a couple of tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org