From 0cc65081200fe93acf0058829bb9dd7c41e59e9d Mon Sep 17 00:00:00 2001 From: kennyj Date: Thu, 19 Sep 2013 02:40:03 +0900 Subject: Fix an issue where router can't recognize downcased url encoding path. --- actionpack/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 01e816e87c..63a208dbcf 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,9 @@ +* Fix an issue where router can't recognize downcased url encoding path. + + Fixes #12269 + + *kennyj* + * Fix custom flash type definition. Misusage of the `_flash_types` class variable caused an error when reloading controllers with custom flash types. -- cgit v1.2.3