Bug 1082545
| Summary: | REST api - pattern expression with one letter changes all users containing the letter in name | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | mgottval <mgottval> | ||||
| Component: | Portal | Assignee: | Lucas Ponce <lponce> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Tomas Kyjovsky <tkyjovsk> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.2.0 | CC: | epp-bugs, mvecera | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-04-04 08:20:58 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
mgottval
2014-03-31 09:54:13 UTC
Created attachment 880896 [details] Query of users in User Management App Hi, targetExpr delegates query in the UserDAOImpl component. Attached you can see a similar result in the User Management app. Responsible of this query is this module: https://github.com/gatein/gatein-portal/blob/master/component/identity/src/main/java/org/exoplatform/services/organization/idm/UserDAOImpl.java#L399 I guess this is the standard behaviour for wildcards. Lucas I'm going to mark this one as not a bug as wilcards in targetExpr has same behaviour of User Management app. |