]> source.dussan.org Git - nextcloud-server.git/commit
Don't print exception message in HTML 1343/head
authorLukas Reschke <lukas@statuscode.ch>
Fri, 9 Sep 2016 11:52:34 +0000 (13:52 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Fri, 9 Sep 2016 12:16:17 +0000 (14:16 +0200)
commit7350e13113c8ed484727a5c25331ec11d4d59f5f
treef3aa08de75c117c068cb95701d4e240c360bd3dc
parentb9100da2e8eb6cdaf88b35ed09859580bc497c08
Don't print exception message in HTML

The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string.

It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached.
apps/dav/lib/Files/BrowserErrorPagePlugin.php
apps/dav/templates/exception.php