Skip to content

File resource is cached #3

@sirbris

Description

@sirbris

This addon has no special configuration for "cache-control" so the default of 1 day is used... if you want to download a "newer" file with the same name, the old file will be downloaded. This can be avoided with following setting in handleConnectorRequest():

stream.setParameter("Cache-Control", "no-store");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions