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