Bug #2298
WEBrick::Config::FileHandler のタイポ
| Status: | Closed | Start date: | 10/28/2009 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | doc | |||
| Target version: | - | |||
| reporter: | 5.5. | ruby_version: | 1.8, 1.9 |
Description
例の「NondisclosureName」は「NonDisclosureName」でしょうか?(D が大文字)
Associated revisions
apply a patch from 5.5 (close #2298)
History
Updated by sho-h (Sho Hashimoto) about 2 years ago
- Status changed from Open to Rejected
ソースを確認してみたところ、1.8系でも1.9系でもNondisclosureNameで正しいようでした。
Updated by 5.5 (5 5) about 2 years ago
そうすると,キーの一覧の「NonDisclosureName」のほうが間違いですね。 (最初の投稿で,「~と~が不一致です」と書くべきでした。すいません) Index: refm/api/src/webrick/httpservlet/filehandler/HTTPServlet__FileHandler =================================================================== --- refm/api/src/webrick/httpservlet/filehandler/HTTPServlet__FileHandler (revision 3967) +++ refm/api/src/webrick/httpservlet/filehandler/HTTPServlet__FileHandler (working copy) @@ -78,7 +78,7 @@ : :FileCallback : :HandlerCallback : :HandlerTable -: :NonDisclosureName +: :NondisclosureName インデックスに表示したくないファイルの指定。値は文字列の配列。 表示したくないファイルをワイルドカードで指定する。
Updated by sho-h (Sho Hashimoto) about 2 years ago
- Status changed from Rejected to Assigned
- Assignee set to sho-h (Sho Hashimoto)
おぉ。なるほど。そういう事だったんですね。 修正しておきますね。
Updated by sho-h (Sho Hashimoto) about 2 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r3972. 5, thank you for reporting this issue. Your contribution to Ruby is greatly appreciated. May Ruby be with you.