From 0ec558603bf0ac08d023122c01c6150090728b6d Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 16 Apr 2009 15:58:23 +0000 Subject: * lib/cgi/core.rb (read_multipart): When path is not defined, define local_path as a method always returning nil instead of aliasing. This is because StringIO#path no longer exists. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b386de37a..8f4b87658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 17 00:53:47 2009 Yusuke Endoh + + * lib/cgi/core.rb (read_multipart): When path is not defined, + define local_path as a method always returning nil instead of + aliasing. This is because StringIO#path no longer exists. + Fri Apr 17 00:45:09 2009 Yusuke Endoh * dir.c (bracket): fix escape handling for range character in bracket -- cgit