lonely-lockley / archinsight

Simplicity in Code, Power in Design
https://archinsight.org
GNU Affero General Public License v3.0
51 stars 5 forks source link

Fix Vaadin routes to return 404 when resource is not found #60

Open lonely-lockley opened 9 months ago

lonely-lockley commented 9 months ago

At this time in production mode site returns HTTP code 200 when non-existing resources are requested. There is a bug in Vaadin that probably causes this problem. A solution must be found to fix this behaviour.