[
https://issues.apache.org/jira/browse/DIRSERVER-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRSERVER-1319.
------------------------------------------
Resolution: Fixed
Tested with http://svn.apache.org/viewvc?rev=1129756&view=rev
> Cannot save String values larger than 64 Kb
> --------------------------------------------
>
> Key: DIRSERVER-1319
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1319
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 1.5.4
> Reporter: Emmanuel Lecharny
> Assignee: Felix Knecht
> Fix For: 2.0.0-M1
>
>
> We can't save String values into the server due to the way the entries are
> serialized : we are using a OutputStream.writeUTF() which is limited to 65535
> chars.
> We have two options :
> - we save data splitting them in smaller chuncks
> - we save a reference to a file, considering the data as a stream.
> The second option would be way better, but is more complicated to implement.
> In any case, both system change the way the serialization works.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira