|
[
Permlink
| « Hide
]
Tom Davies [Atlassian] added a comment - 10/Oct/06 09:59 PM
This may only be supported on some servers, which can do server side sorts, and there may be better ways to page – the VLV LDAP control
This does not appear to be limited to groups, the "Manage Users" page is unsorted or, rather, the sort order is unspecified.
Aren't you guys caching this information anyway? Couldn't the cached values be sorted?
It's cached at the repository level at the moment, not for Confluence as a whole. But yeah, that's a good point. If we're loading all the groups/users and storing them in memory anyway, there's no performance reason not to sort them.
To explain the behaviour at the moment: the results come back as a separate iterators from each repository, and we iterate through them that way regardless of the (transparent) caching layer. Thomas: the order is currently the order of the results returned by your LDAP server. Not ideal, which is why this issue was raised. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||