# File lib/mongrel/handlers.rb, line 124 def initialize(path, listing_allowed=true, index_html="index.html") @path = File.expand_path(path) @listing_allowed=listing_allowed @index_html = index_html @default_content_type = "text/plain; charset=ISO-8859-1".freeze end