You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Mark Dobrinic (JIRA)" <ji...@apache.org> on 2016/10/04 14:12:20 UTC

[jira] [Created] (DIRAPI-285) ModifyPassword extended operation incorrectly expects value in ModifyResponse

Mark Dobrinic created DIRAPI-285:
------------------------------------

             Summary: ModifyPassword extended operation incorrectly expects value in ModifyResponse
                 Key: DIRAPI-285
                 URL: https://issues.apache.org/jira/browse/DIRAPI-285
             Project: Directory Client API
          Issue Type: Bug
    Affects Versions: 1.0.0-RC1
            Reporter: Mark Dobrinic


When using Apache Directory API to send out a ModifyPassword request to
a non-Apache LDAP server, I stumbled upon an issue when processing the
response of the request.

The specification ( https://tools.ietf.org/html/rfc3062#section-2.2 ;
RFC 3062 section 2.2), states

" Password Modify response is an ExtendedResponse where the responseName
field is absent and the response field is optional."

But PasswordModifyFactory#decorate() instead assumes there will always
be a response field.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)