RE: Issue with static file in Tomcat 8.5.17

2017-07-07 Thread George Stanchev
On 07/07/2017 20:56, George Stanchev wrote: > Sorry, I didn't realize there is a -d option that gives you the full request > and response. Here is the dump: Thanks for the extra information. I can't reproduce this yet. I'm going to hold off on closing the currently running votes until I get to

Re: Issue with static file in Tomcat 8.5.17

2017-07-07 Thread Mark Thomas
On 07/07/2017 20:56, George Stanchev wrote: > Sorry, I didn't realize there is a -d option that gives you the full request > and response. Here is the dump: Thanks for the extra information. I can't reproduce this yet. I'm going to hold off on closing the currently running votes until I get to t

RE: Issue with static file in Tomcat 8.5.17

2017-07-07 Thread George Stanchev
Sorry, I didn't realize there is a -d option that gives you the full request and response. Here is the dump: c:\>wget -d -S http://hostname:8085/testapp/javascript/jquery-1.8.3.min.js SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc syswgetrc = C:\bin\gnuwin32/etc/wgetrc Setting --server-response (se

RE: Issue with static file in Tomcat 8.5.17

2017-07-07 Thread George Stanchev
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, July 07, 2017 1:05 PM To: Tomcat Users List Subject: Re: Issue with static file in Tomcat 8.5.17 On 07/07/2017 19:09, George Stanchev wrote: > Hi, .. > Please let me know if I need to open a BZ issue to

Re: Issue with static file in Tomcat 8.5.17

2017-07-07 Thread Mark Thomas
On 07/07/2017 19:09, George Stanchev wrote: > Hi, > > The current Tomcat 8.5.17 is under vote for release with +1s only. I took the > liberty to download the distributable before officially announced and am > running into an issue with it. Static file that used to download in 8.5.16 > and below

Comet: how to know the whole POST data fully received ?

2017-07-07 Thread stzdzyhs
Hello, In my testing, Comet READ event will be fired when receiving data in http POST. (http GET will not trigger Comet READ event) a question is: how to know the whole request data (header+body) is fully received ? one way is: parsing the request data, but because http is based on TCP, the

Issue with static file in Tomcat 8.5.17

2017-07-07 Thread George Stanchev
Hi, The current Tomcat 8.5.17 is under vote for release with +1s only. I took the liberty to download the distributable before officially announced and am running into an issue with it. Static file that used to download in 8.5.16 and below now it doesn't. Chrome reports: jquery-1.8.3.min.js:1

RE: TOMCAT 8.5.15 - on windows 7 server - Password for Service Username disappears

2017-07-07 Thread Fau Buitron
-Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Thursday, July 06, 2017 2:47 PM To: users@tomcat.apache.org Subject: Re: TOMCAT 8.5.15 - on windows 7 server - Password for Service Username disappears On 06.07.2017 18:17, Fau Buitron wrote: > > -Origina

RE: Errors establishing secure connections with tomcat 8.5.15

2017-07-07 Thread Kevin Mango
I was able to resolve this by using "-Dcom.sun.net.ssl.enableECC=false" when starting tomcat to disable the use of Elliptic Curves, the only issue now is that Google Chrome is having issues finding a common cipher suite to use, giving the error ERR_SSL_VERSION_OR_CIPHER_MISMATCH. -Original

Re: Nested Tag Iteration Patches for versions 8.5.15

2017-07-07 Thread M. Manna
Thank you !! :) The chang log page had hammer icon next to it. Ao just wanted to make sure if the hammer meant something good :) On Fri, 7 Jul 2017 at 3:51 pm, Mark Thomas wrote: > On 07/07/17 15:20, M. Manna wrote: > > Hi, > > > > We are about to upgrade our system to 8.5.15 and just wanted t

Re: Nested Tag Iteration Patches for versions 8.5.15

2017-07-07 Thread Mark Thomas
On 07/07/17 15:20, M. Manna wrote: > Hi, > > We are about to upgrade our system to 8.5.15 and just wanted to know if > this nested tag iteration patch has been applied to 8.5.14 onwards. Below > is the bugzilla link. > > https://bz.apache.org/bugzilla/show_bug.cgi?id=60497 > > I would appreciate

Re: Issue when the Content-Type request header specifies invalid charset

2017-07-07 Thread Mark Thomas
On 07/07/17 09:38, Lazar Kirchev wrote: > Thanks Mark, > > Here is the issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=61264 Thanks. Mark > > Lazar > > On Fri, Jul 7, 2017 at 11:22 AM, Mark Thomas wrote: > >> On 07/07/17 08:44, Lazar Kirchev wrote: >>> Hello, >>> >>> Prior to Tomcat

Nested Tag Iteration Patches for versions 8.5.15

2017-07-07 Thread M. Manna
Hi, We are about to upgrade our system to 8.5.15 and just wanted to know if this nested tag iteration patch has been applied to 8.5.14 onwards. Below is the bugzilla link. https://bz.apache.org/bugzilla/show_bug.cgi?id=60497 I would appreciate if someone confirms. Thanks, MM

RE: Errors establishing secure connections with tomcat 8.5.15

2017-07-07 Thread Kevin Mango
-Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Friday, July 7, 2017 4:14 AM To: users@tomcat.apache.org Subject: Re: Errors establishing secure connections with tomcat 8.5.15 1) don't top-post On 07.07.2017 02:39, Guang Chao wrote: > Sorry, the Tomcat wil

Re: Issue when the Content-Type request header specifies invalid charset

2017-07-07 Thread Lazar Kirchev
Thanks Mark, Here is the issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=61264 Lazar On Fri, Jul 7, 2017 at 11:22 AM, Mark Thomas wrote: > On 07/07/17 08:44, Lazar Kirchev wrote: > > Hello, > > > > Prior to Tomcat 8.5.15 if the Content-Type request header specifies an > > invalid charset

Re: Issue when the Content-Type request header specifies invalid charset

2017-07-07 Thread Mark Thomas
On 07/07/17 08:44, Lazar Kirchev wrote: > Hello, > > Prior to Tomcat 8.5.15 if the Content-Type request header specifies an > invalid charset, then the HttpServletRequest.getReader() throws a > UnsupportedEncodingException (from its javadoc:it should throw such an > exception if the character set

Re: Errors establishing secure connections with tomcat 8.5.15

2017-07-07 Thread tomcat
1) don't top-post On 07.07.2017 02:39, Guang Chao wrote: Sorry, the Tomcat will connect to other web applications hosted somewhere else in your network? Is my understanding correct? On Fri, Jul 7, 2017 at 12:38 AM, Kevin Mango wrote: Hello, I have been working to setup Apache Tomcat 8.5.15

Re: tomcat 8.5.16 silent exit without any error logs on ubuntu 16.04.2

2017-07-07 Thread Greg Huber
Check /tmp for any dumps, hs_err_pid.log if there is a jdk issue. Sometimes jsvc restarts for me : V [libjvm.so+0x98f752] oopDesc* PSPromotionManager::copy_to_survivor_space(oopDesc*)+0x162 On 7 July 2017 at 02:22, 李员外 <281170...@qq.com> wrote: > Will try that. The RAM of machine is 8 G

Issue when the Content-Type request header specifies invalid charset

2017-07-07 Thread Lazar Kirchev
Hello, Prior to Tomcat 8.5.15 if the Content-Type request header specifies an invalid charset, then the HttpServletRequest.getReader() throws a UnsupportedEncodingException (from its javadoc:it should throw such an exception if the character set encoding used is not supported and the text cannot b