diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-08-17 15:01:50 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-08-17 15:01:50 +0200 |
commit | c016b01bf91e201d58d7196c24cab4a95b66f219 (patch) | |
tree | 75d7a5d38becda041fd88dfe7157949bcb4b21d4 /public.php | |
parent | e37cf2d6f0d32a07ccb6b61cb522725820879eee (diff) | |
download | nextcloud-server-c016b01bf91e201d58d7196c24cab4a95b66f219.tar.gz nextcloud-server-c016b01bf91e201d58d7196c24cab4a95b66f219.zip |
Ensure log message is UTF-8 encoded
PHP's json_encode only accept proper UTF-8 strings, loop over all
elements to ensure that they are properly UTF-8 compliant or convert
them manually.
Without this somebody passing an invalid User Agent may make json_encode
return false which will get logged as empty newline.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'public.php')
0 files changed, 0 insertions, 0 deletions