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