tusury / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: SearchReference should implement comparable #219

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If a search request uses SORTED results and a search result includes search 
references a ClassCastException will be thrown.
The SearchReference class does not currently implement Comparable, which is a 
requirement for use in a TreeSet.

Original issue reported on code.google.com by dfis...@gmail.com on 16 Jun 2014 at 8:45

GoogleCodeExporter commented 8 years ago
Updated SearchResult to provide a comparator for search references when a 
TreeSet is used.
Also added search reference support in the LdifWriter class.
Fixed in r3002.

Original comment by dfis...@gmail.com on 17 Jun 2014 at 3:54

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 1 Jul 2014 at 3:23