ChangeLog events are serialized with the userPassword
-----------------------------------------------------
Key: DIRSERVER-1228
URL: https://issues.apache.org/jira/browse/DIRSERVER-1228
Project: Directory ApacheDS
Issue Type: Bug
Reporter: Emmanuel Lecharny
Priority: Critical
Fix For: 1.5.4
The current implementation of the ChangeLog serializes using the default Java
serialization process, which is costly, but more important, which stores the
password in the changelog.dat file.
We should implements the Externalizable interface and define our own
readExternal and writeExternal methods.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.