You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2006/12/06 16:28:22 UTC

[jira] Commented: (DIRSTUDIO-2) The DSML Parser doesn't parse well base64 Data

    [ http://issues.apache.org/jira/browse/DIRSTUDIO-2?page=comments#action_12456089 ] 
            
Pierre-Arnaud Marcelot commented on DIRSTUDIO-2:
------------------------------------------------

To specify a value as base64 encoded the following  attribute must be added to the tag surrounding the value :
§ xsi:type="xsd:base64Binary" §, where xsi refers to namespace XMLSchema-Instance ( xmlns:xsi="http://www.w3c.org/2001/XMLSchema-instance" ) and xsd to namespace XMLSchema ( xmlns:xsd="http://www.w3c.org/2001/XMLSchema" ).

Base64 encoded values can be found in the following tags :
- <initial>, <any>, <final> of a Substrings Filter
- <value> in a ExtensibleMatch Filter
- <value> in a EqualityMatch Filter, GreaterOrEqual Filter, LessOrEqual Filter, ApproxMatch Filter
- <value> in a <assertion> tag in a CompareRequest
- <value> in a <attr> tag in SearchResultEntry and AddRequest
- <value> in a <modification> tag in ModifyRequest



> The DSML Parser doesn't parse well base64 Data
> ----------------------------------------------
>
>                 Key: DIRSTUDIO-2
>                 URL: http://issues.apache.org/jira/browse/DIRSTUDIO-2
>             Project: Directory LDAP Studio
>          Issue Type: Bug
>          Components: ldapstudio-dsml-parser
>            Reporter: Pierre-Arnaud Marcelot
>         Assigned To: Pierre-Arnaud Marcelot
>
> The DSML Parser doesn't parse well base64 Data. Especially in the ExtendedRequest. 

-- 
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