Actions
Bug #36028
closedassets are not compressed during delivery anymore
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Fixed in Releases:
Found in Releases:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2166244
Description of problem:
# curl -k -I -H "Accept-Encoding: gzip" https://localhost/webpack/vendor-950b729ed5965c2a80e1.js HTTP/2 200 date: Wed, 01 Feb 2023 09:10:12 GMT server: Apache last-modified: Tue, 24 Jan 2023 16:16:09 GMT etag: "a481-5f304d562e440" accept-ranges: bytes content-length: 42113 content-type: application/javascript
Version-Release number of selected component (if applicable):
6.13.0
How reproducible:
100%
Steps to Reproduce:
1. curl -k -I -H "Accept-Encoding: gzip" <URL_of_asset>
Actual results:
- No "content-encoding: gzip" header
- content-length shows the "full" size of the file, not the gziped size
Expected results:
# curl -k -I -H "Accept-Encoding: gzip" https://localhost/webpack/vendor-950b729ed5965c2a80e1.js HTTP/2 200 date: Wed, 01 Feb 2023 09:12:25 GMT server: Apache vary: Accept-Encoding last-modified: Tue, 24 Jan 2023 16:16:09 GMT etag: "3748-5f304d562e440" accept-ranges: bytes content-length: 14152 content-encoding: gzip content-type: text/javascript
Additional info:
Updated by The Foreman Bot almost 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Evgeni Golov
- Pull request https://github.com/theforeman/puppet-foreman/pull/1106 added
Updated by Evgeni Golov almost 2 years ago
- Subject changed from assets are not compressed during delivery anymore to assets are not compressed during delivery anymore
- Description updated (diff)
Updated by Evgeni Golov almost 2 years ago
- Target version set to 3.5.2
- Found in Releases 3.5.0, 3.5.1, 3.6.0 added
Updated by Evgeni Golov almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman|dee223bbd748e74cd675e24171cf2c24a5d96f4c.
Updated by The Foreman Bot almost 2 years ago
- Pull request https://github.com/theforeman/foreman-installer/pull/830 added
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Category set to Foreman modules
- Triaged changed from No to Yes
Actions