Files
Matthias Schoettle 2737f4c4ca refactor: prevent single wildcards from matching path separators for URL Rewrites (#506)
* refactor: prevent single wildcards from matching path separators for URL Rewrites

* Fix log output in 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-12-02 06:54:10 +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.