[Bug 65498] If-None-Match header causes 400 with static file

2021-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65498 Christopher Schultz changed: What|Removed |Added Resolution|CLOSED |INVALID --- Comment #7 from Chri

[Bug 65498] If-None-Match header causes 400 with static file

2021-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65498 dzab...@rampecdn.com changed: What|Removed |Added Resolution|--- |CLOSED Status|NEW

[Bug 65498] If-None-Match header causes 400 with static file

2021-08-12 Thread bugzilla
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 local

[Bug 65498] If-None-Match header causes 400 with static file

2021-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65498 --- Comment #4 from Michael Osipov --- (In reply to dzabner from comment #2) > Any E-Tag I use seems to cause the issue. > > i.e. 'If-None-Match: W/"8176-1626385749844"-gzip' This ETag 8s invalid too -- You are receiving this mail because:

[Bug 65498] If-None-Match header causes 400 with static file

2021-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65498 --- Comment #3 from dzab...@rampecdn.com --- (In reply to dzabner from comment #2) > Any E-Tag I use seems to cause the issue. > > i.e. 'If-None-Match: W/"8176-1626385749844"-gzip' Interestingly, removing the -gzip fixes the issue. So maybe th

[Bug 65498] If-None-Match header causes 400 with static file

2021-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65498 --- Comment #2 from dzab...@rampecdn.com --- Any E-Tag I use seems to cause the issue. i.e. 'If-None-Match: W/"8176-1626385749844"-gzip' -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 65498] If-None-Match header causes 400 with static file

2021-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65498 --- Comment #1 from Michael Osipov --- Where is the bug? The ETag us invalid, hence the 400. -- You are receiving this mail because: You are the assignee for the bug. - To un

[Bug 65498] If-None-Match header causes 400 with static file

2021-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65498 dzab...@rampecdn.com changed: What|Removed |Added CC||dzab...@rampecdn.com -- You are