about summary refs log tree commit homepage
path: root/lib/mongrel/handlers.rb
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-10-24 23:20:06 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-10-24 23:20:06 +0000
commita75e81b14f14dfc935e18dcddcaca59179e2e625 (patch)
tree236481cf7da09a49f177ea08176ecdb818f4e7d4 /lib/mongrel/handlers.rb
parent04e7b8d1b246280ca2b2dae5c74d5599f719b8a3 (diff)
downloadunicorn-a75e81b14f14dfc935e18dcddcaca59179e2e625.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@365 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'lib/mongrel/handlers.rb')
-rw-r--r--lib/mongrel/handlers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mongrel/handlers.rb b/lib/mongrel/handlers.rb
index a5f225e..fb32d2e 100644
--- a/lib/mongrel/handlers.rb
+++ b/lib/mongrel/handlers.rb
@@ -115,6 +115,7 @@ module Mongrel
       ".png"        =>  "image/png",
       ".swf"        =>  "application/x-shockwave-flash",
       ".txt"        =>  "text/plain"
+      ".xml"        =>  "text/xml"
     }
 
     ONLY_HEAD_GET="Only HEAD and GET allowed.".freeze