File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,19 @@ by defining your own exception handler.
6060
6161See :ref: `custom-exception-handlers ` for the detail.
6262
63+ Auto Routing (Improved) and translateURIDashes
64+ ==============================================
65+
66+ When using Auto Routing (Improved) and ``$translateURIDashes `` is true
67+ (``$routes->setTranslateURIDashes(true) ``), in previous versions due to a bug
68+ two URIs correspond to a single controller method, one URI for dashes
69+ (e.g., **foo-bar **) and one URI for underscores (e.g., **foo_bar **).
70+
71+ This bug was fixed and now URIs for underscores (**foo_bar **) is not accessible.
72+
73+ If you have links to URIs for underscores (**foo_bar **), update them with URIs
74+ for dashes (**foo-bar **).
75+
6376Interface Changes
6477=================
6578
You can’t perform that action at this time.
0 commit comments