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 GET 
http://rm9485:8085/testapp/javascript/jquery-1.8.3.min.js 
net::ERR_CONTENT_LENGTH_MISMATCH

In its console

If I try wget, it eventually succeeds but not without a retry:

c:\>wget 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
--2017-07-07 11:58:40--  
http://hostname:8085/testapp/javascript/jquery-1.8.3.min.js
Resolving hostname, IPs, etc, ...
Connecting to hostname:8085... connected.
HTTP request sent, awaiting response... 200
Length: 93640 (91K) [application/javascript]
Saving to: `jquery-1.8.3.min.js'

99% 
[=========================================================================================================================================================================================================================>
 ] 93,638      85.5K/s   in 21s

2017-07-07 11:59:02 (4.34 KB/s) - Connection closed at byte 93638. Retrying.

--2017-07-07 11:59:03--  (try: 2)  
http://hostname:8085/testapp/javascript/jquery-1.8.3.min.js
Connecting to *******:8085... connected.
HTTP request sent, awaiting response... 206
Length: 93640 (91K), 2 remaining [application/javascript]
Saving to: `jquery-1.8.3.min.js'

100%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>]
 93,640      --.-K/s   in 0s

2017-07-07 11:59:03 (49.3 KB/s) - `jquery-1.8.3.min.js' saved [93640/93640]


Please let me know if I need to open a BZ issue to track this. I have a test 
app but really it is very simple - an app with empty web descriptor and that 
version of minimized jQuery JS in a folder.

George

Reply via email to