diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2005-10-15 01:00:25 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2005-10-15 01:00:25 +0000 |
commit | e0e8f0a3027f3777b961df9f9164d0bdd2fc0fbd (patch) | |
tree | 969f515f768cc0caf7537501c557dafd290fe7f4 /actionpack/CHANGELOG | |
parent | 70869931611667d5b732ae91704313115e4baa10 (diff) | |
download | rails-e0e8f0a3027f3777b961df9f9164d0bdd2fc0fbd.tar.gz rails-e0e8f0a3027f3777b961df9f9164d0bdd2fc0fbd.tar.bz2 rails-e0e8f0a3027f3777b961df9f9164d0bdd2fc0fbd.zip |
Fix Request#host_with_port to use the standard port when Rails is behind a proxy.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2596 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 0e20b46fbb..c44a98355f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix Request#host_with_port to use the standard port when Rails is behind a proxy. [Nicholas Seckar] + * Escape query strings in the href attribute of URLs created by url_helper. #2333 [Michael Schuerig <michael@schuerig.de>] * Improved line number reporting for template errors [Nicholas Seckar] |