Skip to content

Static Analyzer's HTML reports should have some cache-prevention headers #3382

@llvmbot

Description

@llvmbot
Bugzilla Link 3010
Resolution WORKSFORME
Resolved on Mar 06, 2010 14:00
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor
CC @tkremenek,@nunoplopes

Extended Description

In doing some analysis with scan-build and then scan-view, I was confused because subsequent builds were showing me old reports, even though I had deleted the temporary directories and such.

It turns out that scan-view, which would load the URL http://127.0.0.1:8181/ into my browser, was serving up an older, cached report.

I think that maybe the generated HTML should make use of these meta-tags: CACHE-CONTROL and EXPIRES, if I understand these tags correctly.

BTW, the new stuff in 120 (I haven't tried this for a while) are really great! Keep up the good work!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions