Hi,
> From: GOTOU Yuuzou [mailto:gotoyuzo@notwork.org]
> Sent: Friday, March 15, 2002 8:31 AM
> > I found that httpserver.rb tried to mount FileHandler.
> > httpserver.rb relies on filehandler.rb. Don't you think
> > that httpserver.rb should require filehandler.rb
> > if it means? Or, httpservlet.rb should be renamed to
> > 'httpservletwithfilehandler.rb'?
>
> httpservlet.rb is a shortcut to load all servlets.
> I guess it is as the same as most files are loaded by:
>
> require 'webrick'
>
> Is it wrong?
No. Though I don't want httpservlet.rb to load all
distributed servlets, I think it is not wrong.
I made an issue of implicit dependency between
httpserver.rb and filehandler.rb. But this is a rather
programming style issue. I need to stop talking about
it more. :)
Regards,
// NaHi