Merged V3.1 to HEAD

13863: ETHREEOH-1798 - Share does not work properly with folders containing a dot in their name

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13864 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mike Hatfield
2009-04-06 21:25:38 +00:00
parent fbf4b20990
commit ead7728fa4
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<shortname>activity</shortname> <shortname>activity</shortname>
<description>Document List Component - activity data webscript</description> <description>Document List Component - activity data webscript</description>
<url>/slingshot/doclib/activity</url> <url>/slingshot/doclib/activity</url>
<format default="json"></format> <format default="json">argument</format>
<authentication>user</authentication> <authentication>user</authentication>
<transaction>required</transaction> <transaction>required</transaction>
</webscript> </webscript>

View File

@@ -5,7 +5,7 @@
<url>/slingshot/doclib/treenode/site/{site}/{container}</url> <url>/slingshot/doclib/treenode/site/{site}/{container}</url>
<url>/slingshot/doclib/treenode/node/{store_type}/{store_id}/{id}/{path}</url> <url>/slingshot/doclib/treenode/node/{store_type}/{store_id}/{id}/{path}</url>
<url>/slingshot/doclib/treenode/node/{store_type}/{store_id}/{id}</url> <url>/slingshot/doclib/treenode/node/{store_type}/{store_id}/{id}</url>
<format default="json"></format> <format default="json">argument</format>
<authentication>user</authentication> <authentication>user</authentication>
<transaction>required</transaction> <transaction>required</transaction>
</webscript> </webscript>

View File

@@ -2,7 +2,7 @@
<shortname>search</shortname> <shortname>search</shortname>
<description>Site Search Component Data Webscript</description> <description>Site Search Component Data Webscript</description>
<url>/slingshot/search?term={term}&amp;site={site?}&amp;container={container?}</url> <url>/slingshot/search?term={term}&amp;site={site?}&amp;container={container?}</url>
<format default="json"></format> <format default="json">argument</format>
<authentication>user</authentication> <authentication>user</authentication>
<transaction>required</transaction> <transaction>required</transaction>
</webscript> </webscript>