https://bz.apache.org/bugzilla/show_bug.cgi?id=65498

--- Comment #5 from dzab...@rampecdn.com ---
So I guess the bug is bad ETag generation:

curl -v -s -H 'Accept-Encoding: gzip'  
http://localhost:8080/example/example.js  2>&1 > /dev/null 
*   Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 8080 (#0)
> GET /vdms/rr.js HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/7.64.1
> Accept: */*
> Accept-Encoding: gzip
> 
< HTTP/1.1 200 
< Vary: Accept-Encoding
< X-Altimeter-Host: my-computer.local
< X-Altimeter-Generated: Thu, 12 Aug 2021 19:57:48 GMT
< X-Frame-Options: SAMEORIGIN
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< Accept-Ranges: bytes
< ETag: W/"73631-1628790416370"-gzip
< Last-Modified: Thu, 12 Aug 2021 17:46:56 GMT
< Cache-Control: max-age=0
< Expires: Thu, 12 Aug 2021 19:57:48 GMT
< Content-Encoding: gzip
< Content-Type: application/javascript
< Transfer-Encoding: chunked
< Date: Thu, 12 Aug 2021 19:57:47 GMT
<

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

Reply via email to