The error-message is reanderd instead of the text, in case of a 404
authorKai Moritz <kai@juplo.de>
Tue, 14 Jan 2020 16:08:19 +0000 (17:08 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 16 Jan 2020 10:03:10 +0000 (11:03 +0100)
commita9c7767e9ad1897f0f0797452138f1730a51c362
treeb17d0ce6b1e0187f8d6b134345a242b130f90e86
parentbf0121fe5fe3b60563e9deec9b35aca8e5da1993
The error-message is reanderd instead of the text, in case of a 404

* Added a unit-test, that defines the expected behavior
* Fixed the behavior in HtmlController accordingly
src/main/java/de/juplo/demo/HtmlController.java
src/test/java/de/juplo/demo/HtmlControllerTest.java