diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-10-07 04:03:16 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-10-07 04:03:16 +0200 |
commit | 98e2532e5bd31dc8ec7c88e60b463436157ca011 (patch) | |
tree | 36de9204d495eec087b1f4ad67c932b07cde9314 /user_guide/changelog.html | |
parent | 920b422881cd983c1e519852741ac324933437c2 (diff) |
unset $Version, $Path, and $Domain cookie keys, to prevent Disallowed Key Characters from halting app execution on environments which improperly set these as keys
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 a822b6c4b..6595807b5 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -103,6 +103,8 @@ SVN Revision: XXXX</p> <li>Modified Pagination library to only output the "First" link when the link for page one would not be shown.</li>
<li>Added a file lock check during caching, before trying to write to the file.</li>
<li>Added driver name variable in each DB driver, based on this bug report: #4436</li>
+ <li>Modified Cookie key cleaning to unset a few troublesome key names that can be present in certain environments,
+ preventing CI from halting execution.</li>
</ul>
</li>
</ul>
|