stable
Clone or download
Read-only
Closes request #30337: never display errors when processing SVN auth requests
Displaying errors for those requests are not useful even in a dev environment because they are never seen. It can also cause confusion because outputting an error will change the status code. Change-Id: I27febfb4fa26974d0c372ab4b5e821c5b645ac05
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/Http/Server/ForceDisableErrorDisplayMiddleware.php | +37 | −0 | Go to diff View file |
M | src/common/SVNCore/AccessControl/SVNProjectAccessRouteDefinition.php | +2 | −0 | Go to diff View file |
A | tests/unit/common/Http/Server/ForceDisableErrorDisplayMiddlewareTest.php | +46 | −0 | Go to diff View file |