[
https://issues.apache.org/jira/browse/DIRSERVER-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709408#action_12709408
]
Emmanuel Lecharny commented on DIRSERVER-1198:
----------------------------------------------
Almost impossible to fix without reviewing the whole Entry manipulation system.
The first case can be fix (allowing values above 0x80), as it's a simple check
in the decoder, but the second case impact the changeLog system, as we need to
manipulate ClientEntry in the LDIF revertor. ClientEntry don't have any
knowledge currently about options or AttributeType, so it's very difficult to
fix it.
We will have to postpone this to a later version, I'm afraid ...
> Requests of usercertificate;binary are not supported
> ----------------------------------------------------
>
> Key: DIRSERVER-1198
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1198
> Project: Directory ApacheDS
> Issue Type: Bug
> Reporter: Chris Trobridge
> Assignee: Emmanuel Lecharny
> Fix For: 1.5.5
>
>
> ApacheDS only supports the retrieval of certificates without the ;binary
> transfer suffix.
> RFC4523 states certificates must be transferred using the ;binary transfer
> option.
> In practice we have clients in the field that are making requests both with
> and without the option so we'd need support for both methods to be able to
> consider deploying ApacheDS.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.