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

/cache static route is unprotected #17

@liborjelinek

Description

@liborjelinek

Falcon static route /cache is unprotected because AuthGuardMiddleware uses process_resource() hook which can't check static routes. (See Falcon middleware.)

On the other hand, change hook to process_request() would check static routes but cannot check URI templates because request.uri_template is None at the process_request() time.

Ale ani to by nebylo jen tak jelikož se cache soubory, to znamená preview, načítají v iframu a jak zase do iframe mohu vložit autentikaci header?...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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