diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-27 06:19:50 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-27 06:19:50 +0100 |
commit | 8a1607772c5e9221884d9f0a39a514536f1fe21d (patch) | |
tree | 7a2033dc494d5656427ec16656374d6acfd7bab0 /user_guide/changelog.html | |
parent | 2c6dda41c8207ffa704934a1fbde65769ce86992 (diff) |
added improved check for controller method access so that CI does not attempt to load private or protected controller methods
added controller/method details to framework initiated 404 pages for logging
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 80615aa2e..c8c74f1ff 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -95,6 +95,8 @@ Change Log <li>Added a <a href="./helpers/path_helper.html">Path Helper</a>.</li>
<li>Simplified _reindex_segments() in the URI class</li>
<li>Escaped the '-' in the default 'permitted_uri_chars' config item, to prevent errors if developers just try to add additional characters to the end of the default expression.</li>
+ <li>Modified method calling to controllers to show a 404 when a private or protected method is accessed via a URL</li>
+ <li>Modified framework initiated 404s to log the controller and method for invalid requests</li>
</ul>
</li>
<li>Helpers
|