Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove any detailed information about the exception in the browser error plugin | Thomas Müller | 2016-10-25 | 1 | -13/+0 |
| | |||||
* | Don't print exception message in HTML | Lukas Reschke | 2016-09-09 | 1 | -3/+2 |
| | | | | | | 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. | ||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+20 |
| | |||||
* | In case of exception we return an html page in case the client is a browser | Thomas Müller | 2016-03-24 | 1 | -0/+30 |