stable

Clone or download

Read-only

request #8590 Properly generate absolute server URL when behind a reverse proxy

Fix : - Mediawiki layout is broken when run behind a reverse proxy that terminates SSL - avatar generated with the wrong URL Change-Id: I1d507fde6fc5f0be232f53d7e660e00127006062

Modified Files

Name
M plugins/git/include/Git/HTTP/CommandGitolite.class.php +1 −1 Go to diff View file
M plugins/mediawiki/www/LocalSettings.php +1 −6 Go to diff View file
M plugins/userlog/include/userlogPlugin.class.php +1 −1 Go to diff View file
M src/common/dao/UserDao.class.php +1 −1 Go to diff View file
M src/common/include/HTTPRequest.class.php +93 −11 Go to diff View file
M src/common/user/User.class.php +1 −1 Go to diff View file
M src/etc/local.inc.dist +16 −1 Go to diff View file
M src/www/include/pre.php +1 −0 Go to diff View file
M src/www/include/viewvc_utils.php +1 −1 Go to diff View file
M tests/lib/TuleapTestCase.class.php +21 −1 Go to diff View file
M tests/simpletest/common/REST/GateKeeperTestPHP53.php +3 −13 Go to diff View file
M tests/simpletest/common/include/HTTPRequestTest.php +136 −9 Go to diff View file