Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.