From: "mame (Yusuke Endoh)" Date: 2012-06-13T02:29:22+09:00 Subject: [ruby-core:45596] [ruby-trunk - Bug #6527][Assigned] WEBrick::HTTPResponse.header is a hash Issue #6527 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Assignee set to nahi (Hiroshi Nakamura) ---------------------------------------- Bug #6527: WEBrick::HTTPResponse.header is a hash https://bugs.ruby-lang.org/issues/6527#change-27192 Author: fhars (Florian Hars) Status: Assigned Priority: Normal Assignee: nahi (Hiroshi Nakamura) 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/