Commit 403fd88f authored by Armando Jagucki's avatar Armando Jagucki Committed by ajagucki

JM-1419: More changes per Gabriel G.'s review.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10643 b35dd754-fafc-0310-a699-88a17e54d16e
parent 819d7664
......@@ -134,8 +134,6 @@ public class ClearspaceUserProvider implements UserProvider {
}
try {
// Encode potentially non-ASCII characters
username = URLUTF8Encoder.encode(username);
long userID = ClearspaceManager.getInstance().getUserID(username);
String path = USER_URL_PREFIX + "users/" + userID;
ClearspaceManager.getInstance().executeRequest(DELETE, path);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment