From: "fhars (Florian Hars)" Date: 2012-06-01T22:15:33+09:00 Subject: [ruby-core:45367] [ruby-trunk - Bug #6527][Open] WEBrick::HTTPResponse.header is a hash Issue #6527 has been reported by fhars (Florian Hars). ---------------------------------------- Bug #6527: WEBrick::HTTPResponse.header is a hash https://bugs.ruby-lang.org/issues/6527 Author: fhars (Florian Hars) Status: Open Priority: Normal Assignee: Category: lib Target version: ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] This means that there can only be one header with a given name, which makes if for example impossible to implement anything but the most trivial RFC 2617 authentication schemes, most of which would require several WWW-Authenticate headers. This does of course affect version 1.8, too. -- http://bugs.ruby-lang.org/