File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,12 @@ If your code depends on this bug, fix the segment number.
5050Site URI Changes
5151================
5252
53- When your baseURL has sub-directories and you get the relative path to baseURL of
54- the current URI by the ``URI::getPath() `` method, you must use the new
55- ``SiteURI::getRoutePath() `` method instead.
53+ - Because of the rework for the current URI determination, the framework may return
54+ site URIs or the URI paths slightly differently than in previous versions. It may
55+ break your test code. Update assertions if the existing tests fail.
56+ - When your baseURL has sub-directories and you get the relative path to baseURL of
57+ the current URI by the ``URI::getPath() `` method, you must use the new
58+ ``SiteURI::getRoutePath() `` method instead.
5659
5760See :ref: `v440-site-uri-changes ` for details.
5861
You can’t perform that action at this time.
0 commit comments