citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.94k stars 1.47k forks source link

Fix crash when inputting empty tracking id #63

Closed orende closed 1 year ago

orende commented 1 year ago

When inputting an empty tracking id in the public cargo tracking page's input field, the server throws an exception and redirects to an error page instead of rerendering the page with an error message. This looks to have been caused by a mistake in the migration from JSP to Thymeleaf.

mackapappa commented 1 year ago

Could not reproduce.