Cgi.rb broken in Ruby 1.8.0 p3

Hi there,

apparently cgi.rb uses StringIO instead of Tempfile and StringIO.path
is not yet implemented… Therefore when you ask for local_path, you
get a StringIO.inspect instead of a path to the uploaded multipart
file!

Is this a known bug / feature? Is there any workaround?

George Moschovitis