You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to v0.5.0 this wildcard definition allowed access to any matching file, including relative paths under the root.
However this seems broken now: if I place a file foo/bar.html, it is not found (404 error).
If I place it under root as bar.html, it is found and rendered as expected.
Description
I am using a file allowlist to serve static pages defined as follows:
Prior to v0.5.0 this wildcard definition allowed access to any matching file, including relative paths under the root.
However this seems broken now: if I place a file
foo/bar.html
, it is not found (404 error).If I place it under root as
bar.html
, it is found and rendered as expected.Did some logic change with #1367 ?
Context
The text was updated successfully, but these errors were encountered: