Skip to content

docs: improve upgrade instruction to Auto Routing (Legacy) #8672

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user_guide_src/source/installation/upgrade_450.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ This bug has been fixed and now a ``PageNotFoundException`` will be thrown and
the filters will not be executed if the controller is not found.

If you have code that depends on this bug, for example if you expect global filters
to be executed even for non-existent pages, please add the necessary routes.
to be executed even for non-existent pages, use the new :ref:`v450-required-filters`.

Method Signature Changes
========================
Expand Down