Re: Issue with static file in Tomcat 8.5.17

2017-07-24 Thread Mark Thomas
On 21/07/17 13:08, Mark Thomas wrote: > On 21/07/17 08:13, Felix Schumacher wrote: >> Am 20.07.2017 22:33, schrieb George Stanchev: > The problem is related to the new code that handles the case when a > file is stored in one encoding but served in another. Since changing > encodings

Re: Issue with static file in Tomcat 8.5.17

2017-07-21 Thread Mark Thomas
On 21/07/17 08:13, Felix Schumacher wrote: > Am 20.07.2017 22:33, schrieb George Stanchev: The problem is related to the new code that handles the case when a file is stored in one encoding but served in another. Since changing encodings can change the value and number of bytes

Re: Issue with static file in Tomcat 8.5.17

2017-07-21 Thread Felix Schumacher
Am 20.07.2017 22:33, schrieb George Stanchev: The problem is related to the new code that handles the case when a file is stored in one encoding but served in another. Since changing encodings can change the value and number of bytes served (for example serving £ in UTF-8 requires two bytes

RE: Issue with static file in Tomcat 8.5.17

2017-07-20 Thread George Stanchev
>> The problem is related to the new code that handles the case when a >> file is stored in one encoding but served in another. Since changing >> encodings can change the value and number of bytes served (for example >> serving £ in UTF-8 requires two bytes but only one in ISO-8859-1). >>

Re: Issue with static file in Tomcat 8.5.17

2017-07-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/8/17 3:06 PM, Mark Thomas wrote: > On 07/07/17 23:05, George Stanchev wrote: >> 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

Re: Issue with static file in Tomcat 8.5.17

2017-07-10 Thread Rémy Maucherat
On Mon, Jul 10, 2017 at 3:31 PM, Mark Thomas wrote: > On 10/07/17 20:59, Mark Thomas wrote: > > On 08/07/17 20:06, Mark Thomas wrote: > >> On 07/07/17 23:05, George Stanchev wrote: > > > > > > > >>> Since you cannot reproduce it, perhaps I can package up the tomcat + > the > >

Re: Issue with static file in Tomcat 8.5.17

2017-07-10 Thread Mark Thomas
On 10/07/17 20:59, Mark Thomas wrote: > On 08/07/17 20:06, Mark Thomas wrote: >> On 07/07/17 23:05, George Stanchev wrote: > > > >>> Since you cannot reproduce it, perhaps I can package up the tomcat + the > test app in a zip and upload it somewhere... >> >> That would be helpful. I've tested

Re: Issue with static file in Tomcat 8.5.17

2017-07-10 Thread Mark Thomas
On 08/07/17 20:06, Mark Thomas wrote: > On 07/07/17 23:05, George Stanchev wrote: >> Since you cannot reproduce it, perhaps I can package up the tomcat + the test app in a zip and upload it somewhere... > > That would be helpful. I've tested this in multiple environments and I > can't

Re: Issue with static file in Tomcat 8.5.17

2017-07-08 Thread Mark Thomas
On 07/07/17 23:05, George Stanchev wrote: > > 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

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

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

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

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 <users@tomcat.apache.org> Subject: Re: Issue with static file in Tomcat 8.5.17 On 07/07/2017 19:09, George Stanchev wrote: > Hi, .. > Please let

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