[ 
https://issues.apache.org/jira/browse/SYNCOPE-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752350#comment-16752350
 ] 

ASF subversion and git services commented on SYNCOPE-1428:
----------------------------------------------------------

Commit 9f3b3e39f820d6d1445206e77323b5140d744179 in syncope's branch 
refs/heads/master from Andrea Patricelli
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=9f3b3e3 ]

[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)

Reply via email to