Issue Details (XML | Word | Printable)

Key: DIRSERVER-587
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Alex Karasulu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

PSearch sends results of old binding instead of new binding with changeType of modify

Created: 27/Feb/06 06:11 PM   Updated: 26/Apr/06 03:59 AM
Return to search
Component/s: ldap
Affects Version/s: 1.0-RC1
Fix Version/s: 1.0-RC2

Time Tracking:
Not Specified

Resolution Date: 26/Apr/06 03:59 AM


 Description  « Hide
PersistentSearchListener incorrectly sends the old bindings of the NamingEvent instead of the new binding when responding to a modify operation. The error is on line 219. Can't fix right now but line 219 should be changed to the following:

                respEntry.setObjectName( evt.getNewBinding().getName() );
                respEntry.setAttributes( ( Attributes ) evt.getNewBinding().getObject() );


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.