Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] M2 candidate build...

Sounds like either:

a) You're hitting a cache issue. In this case Ctrl+Shift+R should fix it.

b) The files are actually missing. If hard refresh doesn't help and you're using a fresh self-hosting site config (i.e. you didn't remove any of the magic mapping rules), please open a bug.

Follow up on (a): The hosting feature sends 404s for image files as "Cache-Control: public, max-age=86400, must-revalidate". Not sure what the correct treatment is, but Chrome will merrily serve the 404 from cache without checking with the server. This is not good for development as 404s can result from partial checkouts, renamed images, etc. Opened Bug 370162 [1].

Mark

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=370162



Back to the top