You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/incoming/controllers.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,9 @@ without route definitions. The auto-routing is disabled by default.
412
412
413
413
.. important:: Auto Routing (Legacy) routes a HTTP request with **any** HTTP method to a controller method.
414
414
415
-
.. important:: If Auto Routing (Legacy) doesn't find the controller, it will throw page not found exception before the filter executes in version **4.5**.
415
+
.. important:: Since v4.5.0, if Auto Routing (Legacy) doesn't find the controller,
416
+
it will throw ``PageNotFoundException`` exception before the Controller Filters
0 commit comments