Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Do not serve source map on Hash mismatch #931

Description

@GoogleCodeExporter
Source maps are served by the same process as rewritten resources. By default, 
if we get a request for a rewritten resource with a hash different from the one 
we have in cache, we'll still serve the one in cache (with 
Cache-Control:private,max-age=300).

This is very bad for source maps, because ones with different hashes are 
completely wrong. We should not serve these.

Original issue reported on code.google.com by sligocki@google.com on 21 Apr 2014 at 7:21

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions