
| Key: |
DIRSERVER-587
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Alex Karasulu
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
26/Apr/06 03:59 AM
|
|
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() );
|
|
Description
|
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() );
|
Show » |
made changes - 26/Apr/06 03:59 AM
| Field |
Original Value |
New Value |
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|