Spring Projects Issues
Spring Projects Issues
[Ulrik Sandberg](https://jira.spring.io/secure/ViewProfile.jspa?name=ulsa) said: We currently don't have the resources for this.
[Mattias Hellborg Arthursson](https://jira.spring.io/secure/ViewProfile.jspa?name=marthursson) said: This applies to the other server-specific tests (ad, sunone, etc.) as well. Also, the generic integration tests that we currently run against the internal Apache DS...
[Mattias Hellborg Arthursson](https://jira.spring.io/secure/ViewProfile.jspa?name=marthursson) said: It is now possible to run the integration tests against an arbitrary external LDAP server, with configurable url, userDn, password, and base path. A specific configuration...
[daniel carter](https://jira.spring.io/secure/ViewProfile.jspa?name=dantheperson) said: This should be trivial to do by changing to use existing spring-framework utility methods. Then field behaviour will be the same as the rest of spring. Such...
[Pavel Horal](https://jira.spring.io/secure/ViewProfile.jspa?name=pavel.horal) said: Of course alternative approach would be to not alter current implementation, but actually warn about `CompositeName` syntax in JavaDoc.
[Mattias Hellborg Arthursson](https://jira.spring.io/secure/ViewProfile.jspa?name=marthursson) said: I'm considering your workaround, but to be perfectly honest I think this should really be filed as a bug in the JDK rather than Spring LDAP....
[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch) said: The [reference states](http://docs.spring.io/spring-ldap/docs/2.0.2.RELEASE/reference/#repositories) > Due to specifics of the LDAP protocol, paging and sorting is not supported for Spring LDAP repositories. but I'm not familiar with the...
[Mattias Hellborg Arthursson](https://jira.spring.io/secure/ViewProfile.jspa?name=marthursson) said: The problem with pagination in LDAP is that you need to re-use the exact same connection for each pagination request, or else the pagination control becomes...
[Rob Winch](https://jira.spring.io/secure/ViewProfile.jspa?name=rwinch) said: Thanks for the response [marthursson](https://jira.spring.io/secure/ViewProfile.jspa?name=marthursson)! What if we were able to include information in the response that could be passed in as an argument (similar to what...
[Mattias Hellborg Arthursson](https://jira.spring.io/secure/ViewProfile.jspa?name=marthursson) said: I'm not quite sure that I understand your request correctly, but it doesn't appear to be a bug report or improvement suggestion to the Spring LDAP...