Removed Fancy Indexing as a default option on the WEBrick servlet as it made...

Removed Fancy Indexing as a default option on the WEBrick servlet as it made it harder to use various caching schemes

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@337 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 0dd43e38
*SVN*
* Removed Fancy Indexing as a default option on the WEBrick servlet as it made it harder to use various caching schemes
*0.9.3* (January 4th, 2005)
* Added support for SQLite in the auto-dumping/importing of schemas for development -> test #416
......
......@@ -21,7 +21,7 @@ def self.dispatch(options = {})
def initialize(server, options)
@server_options = options
@file_handler = WEBrick::HTTPServlet::FileHandler.new(server, options[:server_root], {:FancyIndexing => true })
@file_handler = WEBrick::HTTPServlet::FileHandler.new(server, options[:server_root])
super
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册