Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacktrace in Tatami #1

Open
jdubois opened this issue Jun 11, 2013 · 0 comments
Open

Stacktrace in Tatami #1

jdubois opened this issue Jun 11, 2013 · 0 comments

Comments

@jdubois
Copy link

jdubois commented Jun 11, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant