stable
Clone or download
Read-only
Merge 'gerrit #6362' into stable/master
* commit '0c529cf': request #9407 HTTPS is not properly detected when behind a reverse proxy Change-Id: Ifabdf0dd6fe6214fa02600674c702a7b2715759a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/statistics/include/statisticsPlugin.class.php | +1 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php | +1 | −10 | Go to diff View file |
M | plugins/tracker/www/soap/index.php | +3 | −10 | Go to diff View file |
M | plugins/webdav/include/Webdav_URLVerification.class.php | +3 | −3 | Go to diff View file |
M | plugins/webdav/tests/Webdav_URLVerificationTest.php | +47 | −52 | Go to diff View file |
M | src/common/REST/GateKeeper.class.php | +13 | −20 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +13 | −48 | Go to diff View file |
M | src/www/api/index.php | +1 | −1 | Go to diff View file |
M | src/www/include/logger.php | +0 | −2 | Go to diff View file |
M | src/www/include/pre.php | +4 | −3 | Go to diff View file |
M | src/www/soap/index.php | +1 | −1 | Go to diff View file |
M | tests/simpletest/common/REST/GateKeeperTest.php | +19 | −18 | Go to diff View file |
M | tests/simpletest/common/include/URLVerificationTest.php | +33 | −32 | Go to diff View file |