Index: [Article Count Order] [Thread]

Date:  Tue, 12 Mar 2002 14:10:22 +0900
From:  "NAKAMURA, Hiroshi" <nahi@keynauts.com>
Subject:  [webricken:31] Re: ERB
To:  <webricken@notwork.org>
Message-Id:  <001c01c1c984$36610ac0$85222fc0@sarion.co.jp>
In-Reply-To:  <3C8D51C7.7060801@imperitek.com>
X-Mail-Count: 00031

Hi David,

> From: David Corbin [mailto:dcorbin@imperitek.com] 
> Sent: Tuesday, March 12, 2002 9:55 AM

> I'd like to request that webrick not automatically attempt to 
> load ERB. 

Why don't you create your own httpservlet.rb
which does not requires 'webrick/httpservlet/erbhandler'?
Seeing webrick/httpservlet.rb, you may want to remove
some other handlers.  Does your application which uses
WEBrick as a toolkit really needs those handlers?

Regards,
// NaHi