nextcloud-server/lib/private/AppFramework/Http
Ferdinand Thiessen 7620d230df
fix(Request): Catch exceptions in `isTrustedProxy`
The function fails if the configured trusted proxies contain invalid characters and the underlying IpUtils will throw.
But as it is used by `getRemoteAddress` which is used by logging / templating, thrown errors are not reported but silently fail with error 500.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-01-27 14:59:51 +07:00
..
Dispatcher.php fix(API): Use a distinct exception so apps can react to it and customize the return 2023-11-28 06:11:57 +07:00
Output.php Update php licenses 2021-06-04 22:02:41 +07:00
Request.php fix(Request): Catch exceptions in `isTrustedProxy` 2024-01-27 14:59:51 +07:00
RequestId.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00