From 8cfe0591bd139d14ddd9408dfc15e5628c4b9247 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 21 Nov 2001 03:30:22 +0000 Subject: * lib/cgi.rb: CGI#header: do not set Apache.request.status for Location: if Apache.request.status is already set. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3f485390a..b725462f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 21 12:22:52 2001 Shugo Maeda + + * lib/cgi.rb: CGI#header: do not set Apache.request.status for + Location: if Apache.request.status is already set. + Tue Nov 20 01:07:13 2001 Yukihiro Matsumoto * parse.y (str_extend): should not terminate string interpolation -- cgit