Actions
Task #97
closedRest get method for read resource colide with search method
Start date:
08/18/2016
Due date:
% Done:
100%
Estimated time:
Owner:
Description
When identity (or role) will have username (name) search, then this resource can't be read from rest api.
Example:
http://localhost:8080/idm/api/identities/search
... returns search options instead identity with username search.
Endpoint with search options should have lesser priority than identity reading.
Related issues
Updated by Radek Tomiška about 8 years ago
- Related to Task #130: Modular framework for BE added
Updated by Radek Tomiška about 8 years ago
- Status changed from New to Needs feedback
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 0 to 100
Resolved in #130 - spring data rest is not used (identity, role) for exposing rest controllers.
Please make a retest on identity and role controllers (identities and roles are identifiable by name).
Updated by Ondřej Kopr about 8 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Radek Tomiška
Feedback:
- feedback in #130 task
Updated by Radek Tomiška about 8 years ago
- Status changed from Resolved to Closed
Actions