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

Detaching default 'Zend\Mvc\View\Http\RouteNotFoundStrategy' breaks display of 404 pages for invalid routes #4

Open
drscre opened this issue Oct 11, 2013 · 1 comment

Comments

@drscre
Copy link

drscre commented Oct 11, 2013

Your module removes default 'Zend\Mvc\View\Http\RouteNotFoundStrategy' but does not handle the situations when user requests an non-existing route.

@juriansluiman
Copy link
Owner

@drscre I know. I had initially the idea to replace all error catching and replace them by one listener. As #1 also indicates there are several exceptions (not only routes not found) which are missing right now. I am not sure whether I continue this approach or reattach the RouteNotFoundStrategy and only catch the exceptions.

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

2 participants