From d27c31e0411f2c934e0173492a9f856e91566cd3 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 28 May 2008 07:13:04 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@16662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a33f2b2eb1..9b41d05f9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed May 28 16:12:44 2008 Akinori MUSHA + + * 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 * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo. -- cgit v1.2.3