mirror of https://github.com/apache/cloudstack.git
bug 9664: username parameter for API listuser should search for exact string
status 9664: resolved fixed
This commit is contained in:
parent
db916401a0
commit
2f9efc6424
|
|
@ -929,7 +929,7 @@ public class ManagementServerImpl implements ManagementServer {
|
|||
}
|
||||
|
||||
if (username != null) {
|
||||
sc.setParameters("username", "%" + username + "%");
|
||||
sc.setParameters("username", username);
|
||||
}
|
||||
|
||||
if (id != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue