diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-20 20:49:10 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-20 20:49:10 +0100 |
commit | 344cf8061701aba9a2f43798fda11877053f7560 (patch) | |
tree | 686737aedf4ae2d114dba74c13ce23a05ebf3956 /user_guide_src/source/changelog.rst | |
parent | 745b0b49924105266380ad17ebfcf665ff1063eb (diff) |
[ci skip] Update a changelog entry
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 0a6bd765a..378494ec0 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -429,7 +429,7 @@ Release Date: Not Released - Renamed internal method ``_detect_uri()`` to ``_parse_request_uri()``. - Changed ``_parse_request_uri()`` to accept absolute URIs for compatibility with HTTP/1.1 as per `RFC2616 <http://www.ietf.org/rfc/rfc2616.txt>`. - Added protected method ``_parse_query_string()`` to URI paths in the the **QUERY_STRING** value, like ``_parse_request_uri()`` does. - - Changed ``_fetch_uri_string()`` to try the **PATH_INFO** variable first when auto-detecting. + - Changed URI string detection logic to try the **PATH_INFO** variable first when auto-detecting. - Removed methods ``_remove_url_suffix()``, ``_explode_segments()`` and moved their logic into ``_set_uri_string()``. - Removed method ``_fetch_uri_string()`` and moved its logic into the class constructor. - Removed method ``_reindex_segments()``. |