From 813090c69bf027ce3433213bc85b4ee658d462ac Mon Sep 17 00:00:00 2001 From: David Caruana Date: Fri, 8 Jun 2007 21:39:54 +0000 Subject: [PATCH] Web Scripts: - simplify how web scripts urls & formats are described - fix 'reset' on index page (when accessed via /) - fix xml status response (rogue html in template) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5897 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/bootstrap/webscripts/categorysearch.get.desc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/alfresco/bootstrap/webscripts/categorysearch.get.desc.xml b/config/alfresco/bootstrap/webscripts/categorysearch.get.desc.xml index bde53b5048..d23c0e6fd4 100644 --- a/config/alfresco/bootstrap/webscripts/categorysearch.get.desc.xml +++ b/config/alfresco/bootstrap/webscripts/categorysearch.get.desc.xml @@ -1,8 +1,8 @@ Category Search Find all blog entries tagged with specified categories - - + /sample/blog/category?c={category} + /sample/blog/category.atom?c={category} guest required \ No newline at end of file