Issue Details (XML | Word | Printable)

Key: DIRSTUDIO-16
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Pierre-Arnaud Marcelot
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory Studio

The DSML Response Parser needs to parse correctly Base64 data

Created: 11/Dec/06 09:34 AM   Updated: 11/Dec/06 04:09 PM
Return to search
Component/s: studio-dsml-parser
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 11/Dec/06 04:09 PM


 Description  « Hide
The DSML Response Parser needs to parse correctly Base64 data.
The Base64 values are not currently converted from Base64 to Binary (byte[]) when the response is parsed, they are just parsed as a simple String.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Pierre-Arnaud Marcelot added a comment - 11/Dec/06 03:58 PM
Referring to the DSMLv2 specifications, Base64 values can only be found in :
    o a <response> tag in an ExtendedResponse,
    o a <value> tag in a SearchResultEntry.

Pierre-Arnaud Marcelot added a comment - 11/Dec/06 04:09 PM
This was fixed at SVN commit 483930.

Pierre-Arnaud Marcelot added a comment - 11/Dec/06 04:09 PM
Closed