stable
Clone or download
Read-only
request #20990: WebDAV plugin URL verification mechanism throws notices when the instance is accessed without a Host header
The issue can be reproduced with cURL: ``` $ curl -H 'Host:' --http1.0 -k http://tuleap.example.com/ ``` Note that if your instance is behind a reverse proxy you might want to bypass that to be able to reproduce. Change-Id: I867571c65a0c3b4551a3a0fa5ad388c681f2f744
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/webdav/include/Webdav_URLVerification.class.php | +1 | −1 | Go to diff View file |
M | plugins/webdav/tests/unit/WebdavURLVerificationTest.php | +7 | −1 | Go to diff View file |