-
Bug
-
Resolution: Duplicate
-
Medium
-
None
-
2.4.2, 2.6
-
None
When configuring Confluence/JIRA to Crowd there's a Test settings button.
This will do a call to Crowd with the following settings.
URL: crowd/rest/usermanagement/1/search?entity-type=user&start-index=0&max-result=1&expand=user
HTTP Method: POST
Content-Type: application/xml
Body:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<null-search-restriction/>
As you can see in the URL, it's supposed to get a max-result of 1.
I get a result of all the users I have configured when doing this call manually. This also results in a timeout when having a Crowd application with over 2000+ users.
- is related to
-
CWD-3205 Connection Test from Embedded Crowd applications to Crowd causes Crowd Performance Issue
-
- Closed
-
Hi,
We're using JIRA 4.2.8, I don't have access to the network at the moment. Also, am I right that on database level this call still performs a select * from cwd_user? I can't put any logging on the database, locally I'm, running the standalone version and production is in the Amazon Cloud where you only have an error log.. Performance wise it would be absurd to still select all the users including the joins and then narrow it down to a single user, although I can't confirm this.