From b1443469b0cda48db5a35c7f3af4f221b6661d1b Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 28 May 2010 11:22:27 +0100 Subject: Bug 568500 - teach Bugzilla about correct Content Type for JSON ctype. r=mkanat. --- Bugzilla/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 054fc879a..875a50133 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -432,6 +432,7 @@ use constant contenttypes => "atom"=> "application/atom+xml" , "xml" => "application/xml" , "js" => "application/x-javascript" , + "json"=> "application/json" , "csv" => "text/csv" , "png" => "image/png" , "ics" => "text/calendar" , -- cgit v1.2.3-24-g4f1b