From 91b13c57170dc366419b8021151e7983d65146a0 Mon Sep 17 00:00:00 2001 From: ping-yee <611077101@mail.nknu.edu.tw> Date: Tue, 17 Oct 2023 13:03:20 +0800 Subject: [PATCH] docs: add the version. --- user_guide_src/source/incoming/controllers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/incoming/controllers.rst b/user_guide_src/source/incoming/controllers.rst index 15b3f8821616..058267ccbb18 100644 --- a/user_guide_src/source/incoming/controllers.rst +++ b/user_guide_src/source/incoming/controllers.rst @@ -412,7 +412,7 @@ without route definitions. The auto-routing is disabled by default. .. important:: Auto Routing (Legacy) routes a HTTP request with **any** HTTP method to a controller method. -.. important:: If Auto Routing (Legacy) doesn't find the controller, it will throw page not found exception before the filter executes. +.. 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**. Consider this URI::