commit a2c064617fa9a19839f92b49c0498e52d56fb0f2 parent 7337c5362560a753c2410de5e1e12046cdddfaf3 Author: WimDupont <WimDupont@users.noreply.gitlab.com> Date: Tue, 9 Nov 2021 09:53:59 +0100 remove stack from error page Former-commit-id: 4a5b9400e4792078eafbc8f7d55bd2c42086ee82 Diffstat:
M | src/main/resources/templates/error.html | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/main/resources/templates/error.html b/src/main/resources/templates/error.html @@ -32,16 +32,6 @@ <td>Message</td> <td th:text="${message}"/> </tr> - <tr> - <td>Exception</td> - <td th:text="${exception}"/> - </tr> - <tr> - <td>Trace</td> - <td> - <pre th:text="${trace}"/> - </td> - </tr> </table> </div> </body>