about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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