Project

General

Profile

Actions

Bug #10387

closed

Rudder (svg) logo aren't displayed with chrome

Added by François ARMAND about 7 years ago. Updated about 7 years ago.

Status:
Released
Priority:
N/A
Category:
Web - UI & UX
Target version:
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)


Related issues 1 (0 open1 closed)

Related to Rudder - User story #4519: Add caching information to static JS/CSS resourcesReleasedVincent MEMBRÉActions
Actions #1

Updated by François ARMAND about 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
Actions #2

Updated by François ARMAND about 7 years ago

  • Related to User story #4519: Add caching information to static JS/CSS resources added
Actions #3

Updated by François ARMAND about 7 years ago

  • Status changed from New to In progress
Actions #4

Updated by François ARMAND about 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
Actions #5

Updated by François ARMAND about 7 years ago

  • Status changed from Pending technical review to Pending release
Actions #6

Updated by Benoît PECCATTE about 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.

Actions

Also available in: Atom PDF