Project

General

Profile

Actions

Bug #88

closed

"False" checkbox image broken

Added by Josh Baird over 14 years ago. Updated over 14 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

The false/red "x" image that is displayed when there is an error with a report seems to be broken sometimes. It looks like something is appending a random ID to the end of the image filename:

<img alt="False" height="18" src="/images/false.png?*1258747171*" width="18" /><a href="/hosts/8/report">9 minutes</a>

This results in a 304:

[23/Nov/2009:22:07:54 0600] "GET /images/false.png?1258747171 HTTP/1.1" 304 - "" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729)"

However, if I replace those numbers with something else random, the image works correctly. So, it must be something specific to the number that is being generated?

Actions #1

Updated by Ohad Levy over 14 years ago

  • Status changed from New to Feedback
  • Assignee set to Josh Baird

the number after the image (e.g. png?1258747171) instruct your browser to use a cached image instead of fetching it again from foreman.

this sounds like a "problem" with your browser (session/cache etc).

can you start with a fresh browser session and see if it happens again?

Actions #2

Updated by Ohad Levy over 14 years ago

any feedback on this one? if not, I"ll reject it.

Thanks

Actions #3

Updated by Josh Baird over 14 years ago

It was indeed a browser issue. Reject it!

Actions #4

Updated by Ohad Levy over 14 years ago

  • Status changed from Feedback to Rejected
Actions

Also available in: Atom PDF