In a DSML Response, the DSML writer should encode values in Base64 when needed
------------------------------------------------------------------------------

                 Key: DIRSTUDIO-15
                 URL: http://issues.apache.org/jira/browse/DIRSTUDIO-15
             Project: Directory LDAP Studio
          Issue Type: Bug
          Components: ldapstudio-dsml-parser
            Reporter: Pierre-Arnaud Marcelot
         Assigned To: Pierre-Arnaud Marcelot


In a DSML Response, the DSML writer should encode values in Base64 when needed.

For example, this generated DSML is wrong, since it contains "é". The whole 
value of the attribute should have been encoded as Base64.
<?xml version="1.0" encoding="UTF-8"?>
<batchResponse>
   <searchResponse>
      <searchResultEntry dn="cn=elecharny,dc=example,dc=com">
         <attr name="objectclass">
            <value>person</value>
            <value>organizationalPerson</value>
            <value>top</value>
         </attr>
         <attr name="sn">
            <value>Lécharny</value>
         </attr>
         <attr name="cn">
            <value>elecharny</value>
         </attr>
      </searchResultEntry>
      <searchResultDone>
         <resultCode code="0" descr="success"/>
      </searchResultDone>
   </searchResponse>
</batchResponse>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to