Files
static-web-server/docs
Matthias Schoettle 96ed7df2aa refactor: prevent single wildcards from matching path separators for URL Redirects (#501)
* Enable literal_separator for redirects

This ensures that * does not match the path separator.

* Fix tests

* Update documentation

BREAKING CHANGE: Up to version 2.33.1 the wildcard `*` was matching the path separator. For example, `/{*}/{*}/` matched `/assets/images/logo/`. In later versions, the default has changed such that `*` does not match the path separator. In contrast, double wildcard (`**`) can match also a path separator.
2024-11-28 13:30:36 +01:00
..
2024-01-20 23:35:07 +01:00

Build or improve documentation

To build or improve the documentation follow the building documentation from source instructions.