Author: hansbak
Date: Sun Jan 4 05:10:36 2009
New Revision: 731250
URL:
http://svn.apache.org/viewvc?rev=731250&view=revLog:
aparently the json request handler has been renamed to jsonservice? at least renaming it here makes the aliasses and header tags update in cmssite working again
Modified:
ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml?rev=731250&r1=731249&r2=731250&view=diff==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml Sun Jan 4 05:10:36 2009
@@ -285,25 +285,25 @@
</request-map>
<request-map uri="createWebSiteMetaInfoJson">
<security https="true" auth="true"/>
- <event type="json" invoke="createTextContent"/>
+ <event type="jsonservice" invoke="createTextContent"/>
<response name="success" type="none"/>
<response name="error" type="none"/>
</request-map>
<request-map uri="updateWebSiteMetaInfoJson">
<security https="true" auth="true"/>
- <event type="json" invoke="updateDataResource"/>
+ <event type="jsonservice" invoke="updateDataResource"/>
<response name="success" type="none"/>
<response name="error" type="none"/>
</request-map>
<request-map uri="createWebSitePathAliasJson">
<security https="true" auth="true"/>
- <event type="json" invoke="createWebSitePathAlias"/>
+ <event type="jsonservice" invoke="createWebSitePathAlias"/>
<response name="success" type="none"/>
<response name="error" type="none"/>
</request-map>
<request-map uri="removeWebSitePathAliasJson">
<security https="true" auth="true"/>
- <event type="json" invoke="removeWebSitePathAlias"/>
+ <event type="jsonservice" invoke="removeWebSitePathAlias"/>
<response name="success" type="none"/>
<response name="error" type="none"/>
</request-map>