Fix person.get and people.get Web Scripts to require user-level authentication (these web scripts are part of Person Service REST API)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9948 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Glen Johnson
2008-07-18 22:32:21 +00:00
parent bedc406bf4
commit 1eb74a78a1
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@
</description>
<url>/api/people?filter={filterQuery?}</url>
<format default="json" />
<authentication>guest</authentication>
<authentication>user</authentication>
<transaction>required</transaction>
</webscript>

View File

@@ -3,6 +3,6 @@
<description>Get the details of a person.</description>
<url>/api/people/{userName}</url>
<format default="json" />
<authentication>guest</authentication>
<authentication>user</authentication>
<transaction>required</transaction>
</webscript>