Actions
Bug #10387
closedRudder (svg) logo aren't displayed with chrome
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Rudder logo (login page and top right) are not displayed under chrome (chromium 56.0.2924.87). It works as expected with Firefox.
It is most likely related to #4519 (but very strange that svg are the only things impacted)
Updated by François ARMAND over 7 years ago
The problem is missing headers.
If I use:
<img src="/images/login/logo-rudder.svg" alt="Rudder">
Header are:
Accept-Ranges:bytes Content-Length:10630 Content-Type:image/svg+xml Last-Modified:Thu, 09 Mar 2017 14:01:17 GMT Server:Jetty(7.6.2.v20120308)
But if I use:
<img src="/images/login/logo-rudder.svg" data-lift="with-cached-resource" alt="Rudder">
Headers are:
Cache-Control:max-age=31556926, public Date:Thu, 9 Mar 2017 17:17:52 GMT Expires:Sat, 9 Sep 2017 18:17:52 GMT Pragma: Server:Jetty(7.6.2.v20120308) Transfer-Encoding:chunked X-Lift-Version:3.0.1
Updated by François ARMAND over 7 years ago
- Related to User story #4519: Add caching information to static JS/CSS resources added
Updated by François ARMAND over 7 years ago
- Status changed from New to In progress
Updated by François ARMAND over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1573
Updated by François ARMAND over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|56a1ca33015048be8fd83a62f69af60b63bfbdf6.
Updated by Benoît PECCATTE over 7 years ago
- Status changed from Pending release to Released
- Priority set to 0
This bug has been fixed in Rudder 4.1.0 which was released today.
- 4.1.0: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions