diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-06-23 16:43:08 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-06-23 16:43:08 +0000 |
commit | 73fba4faf13394540489063247a887a0d396af2f (patch) | |
tree | fa67d321586d49b477c36427dd75267f93df6e9d /actionpack/CHANGELOG | |
parent | a347d461a80a1ae8298ecc11123d06f2057ad684 (diff) | |
download | rails-73fba4faf13394540489063247a887a0d396af2f.tar.gz rails-73fba4faf13394540489063247a887a0d396af2f.tar.bz2 rails-73fba4faf13394540489063247a887a0d396af2f.zip |
Fixed that HTTP authentication should work if the header is called REDIRECT_X_HTTP_AUTHORIZATION as well (closes #6754) [mislaw]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7091 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index bff0c2868e..16c9b0add8 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that HTTP authentication should work if the header is called REDIRECT_X_HTTP_AUTHORIZATION as well #6754 [mislaw] + * Don't mistakenly interpret the request uri as the query string. #8731 [lifofifo, Jeremy Kemper] * Make ActionView#view_paths an attr_accessor for real this time. Also, don't perform an unnecessary #compact on the @view_paths array in #initialize. Closes #8582 [dasil003, julik, rick] |