dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #24903
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12253: Minor fixes
------------------------------------------------------------
revno: 12253
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-09-26 13:38:11 +0200
message:
Minor fixes
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/EventController.java
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/java/org/hisp/dhis/api/controller/event/EventController.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/EventController.java 2013-09-26 11:16:52 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/EventController.java 2013-09-26 11:38:11 +0000
@@ -98,7 +98,7 @@
// Controller
// -------------------------------------------------------------------------
- @RequestMapping(value = "", method = RequestMethod.GET)
+ @RequestMapping( value = "", method = RequestMethod.GET )
public String getEvents(
@RequestParam(value = "program", required = false) String programUid,
@RequestParam(value = "programStage", required = false) String programStageUid,
=== 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-03 13:47:49 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/servlet.xml 2013-09-26 11:38:11 +0000
@@ -29,10 +29,10 @@
<constructor-arg name="mediaTypes">
<map>
<entry key="json" value="application/json" />
- <entry key="json.gz" value="application/json+gzip" />
+ <entry key="json.gz" value="application/gzip+json" />
<entry key="jsonp" value="application/javascript" />
<entry key="xml" value="application/xml" />
- <entry key="xml.gz" value="application/xml+gzip" />
+ <entry key="xml.gz" value="application/gzip+xml" />
<entry key="png" value="image/png" />
<entry key="pdf" value="application/pdf" />
<entry key="xls" value="application/vnd.ms-excel" />