Bug #10387
closed
Rudder (svg) logo aren't displayed with chrome
Added by François ARMAND over 7 years ago.
Updated over 7 years ago.
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)
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
- Related to User story #4519: Add caching information to static JS/CSS resources added
- Status changed from New to In progress
- 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
- Status changed from Pending technical review to Pending release
- 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.
Also available in: Atom
PDF