[
https://issues.apache.org/jira/browse/SYNCOPE-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752340#comment-16752340
]
ASF subversion and git services commented on SYNCOPE-1428:
----------------------------------------------------------
Commit 3150b5bd658ac9cec7bccdf2e1338f36e7b3ca45 in syncope's branch
refs/heads/2_0_X from Andrea Patricelli
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=3150b5b ]
[SYNCOPE-1428] read by key not authenticated now returns 401
> APIs to read by key return 404 instead of 401 for not authenticated calls
> -------------------------------------------------------------------------
>
> Key: SYNCOPE-1428
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1428
> Project: Syncope
> Issue Type: Bug
> Components: core
> Affects Versions: 2.0.12, 2.1.3
> Reporter: Andrea Patricelli
> Assignee: Andrea Patricelli
> Priority: Major
> Fix For: 2.0.13, 2.1.4, 3.0.0
>
>
> Calling the read API on Users, Groups or AnyObjects like the following
> example returns 404 in case of object not found even with not authenticated
> calls.
> Request:
>
> {code:java}
> curl -X GET
> "http://[mysyncopedomain]:[mysyncopeport]/syncope/rest/users/notexistingkey"
> -H "accept: */*" -H "X-Syncope-Domain: Master"{code}
> Response:
> {code:java}
> {"status":404,"type":"NotFound","elements":["NotFoundException: User, Group
> or Any Object for notexistingkey"]}{code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)