anmolbabu has uploaded a new change for review. Change subject: restapi : Facilitate accept-type specification as query param ......................................................................
restapi : Facilitate accept-type specification as query param Facilitate accept-type specification as query param Change-Id: I54a2d8d57b09df126f1d7b1b3824fa41cda7e64d Signed-off-by: Anmol Babu <[email protected]> --- M backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/30264/1 diff --git a/backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml b/backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml index 9d708a4..8801a4d 100644 --- a/backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml +++ b/backend/manager/modules/restapi/webapp/src/main/webapp/WEB-INF/web.xml @@ -23,8 +23,8 @@ version="3.0"> <context-param> - <param-name>resteasy.media.type.mappings</param-name> - <param-value>json: application/json, xml: application/xml, pdf: application/pdf</param-value> + <param-name>resteasy.media.type.param.mapping</param-name> + <param-value>accept</param-value> </context-param> <filter> -- To view, visit http://gerrit.ovirt.org/30264 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I54a2d8d57b09df126f1d7b1b3824fa41cda7e64d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: anmolbabu <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
