dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25688
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12782: minor fix
------------------------------------------------------------
revno: 12782
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-10-21 19:13:28 +0200
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/servlet.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/servlet.xml'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/servlet.xml 2013-09-26 13:17:01 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/servlet.xml 2013-10-21 17:13:28 +0000
@@ -30,10 +30,10 @@
<constructor-arg name="mediaTypes">
<map>
<entry key="json" value="application/json" />
- <entry key="json.gz" value="application/gzip+json" />
+ <entry key="json.gz" value="application/json+gzip" />
<entry key="jsonp" value="application/javascript" />
<entry key="xml" value="application/xml" />
- <entry key="xml.gz" value="application/gzip+xml" />
+ <entry key="xml.gz" value="application/xml+gzip" />
<entry key="png" value="image/png" />
<entry key="pdf" value="application/pdf" />
<entry key="xls" value="application/vnd.ms-excel" />