diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-28 07:13:04 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-28 07:13:04 +0000 |
| commit | a05e957620e3f7bda092fbd81020e286287cf120 (patch) | |
| tree | a75699c5a1b95269e63376196f560f4c079c5b6b /ChangeLog | |
| parent | c2e588eca993663541329f4b31f41438db658290 (diff) | |
| download | ruby-a05e957620e3f7bda092fbd81020e286287cf120.tar.gz ruby-a05e957620e3f7bda092fbd81020e286287cf120.tar.xz ruby-a05e957620e3f7bda092fbd81020e286287cf120.zip | |
* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_GET):
Set the HTTP status code to 302 if a Location header field is
present and the status code is not valid as a client
redirection. cf. RFC 3875 6.2.3, 6.2.4.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed May 28 16:12:44 2008 Akinori MUSHA <knu@iDaemons.org> + + * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_GET): + Set the HTTP status code to 302 if a Location header field is + present and the status code is not valid as a client + redirection. cf. RFC 3875 6.2.3, 6.2.4. + Wed May 28 15:53:52 2008 NAKAMURA Usaku <usa@ruby-lang.org> * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo. |
