Verify that base_prefix starts with '/'

This commit is contained in:
Unrud
2022-01-22 00:34:38 +01:00
parent 340582f84c
commit 17a5e5b6e0
3 changed files with 9 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
## 3.1.2
* Verify that base prefix doesn't end with '/'
* Verify that base prefix starts with '/' but doesn't end with '/'
* Improve base prefix log message
* Never send body for HEAD requests (again)