-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the Tatami source code, the method HomeController.anyOtherSubPath is used by TatamiCustomization.
The problem is that it is mapped on "/{subPath}" : if someone asks for a page that does not exists, this method takes it, and the 404 error will not be treated correctly : this is why we have some 500 errors and stacktraces in production.
-> In Tatami, I am replacing this mapping to "/customization/{subPath}" : people can still add new pages using this "/customization" prefix, but this will handle correctly 404 errors.
Metadata
Metadata
Assignees
Labels
No labels