mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
07.54.2007 54e8ec5df0926adf4fb734ef2780a9a62b6161b7
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, June 7, 2007 00:54 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, June 7, 2007 00:54 +0200
commit54e8ec5df0926adf4fb734ef2780a9a62b6161b7
tree d23f6ed700369c126341d7822c78e687c3adf513 tree | zip | gz
parent 03c2812bb10702cec3f96e25333d941094cbd777 view | diff
Update the server to provide better interoperability with the Penrose virtual
directory. In particular, this commit exposes the
LDAPClientConnection.sendLDAPMessage() method, and fixes a case in which
short-circuiting out of the add operation processing in the pre-parse code with
a success response could have resulted in a null pointer exception.

OpenDS Issue Number: 1729
5 files modified
116 ■■■■■ changed files
opends/src/server/org/opends/server/core/AddOperation.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/AddOperationTestCase.java 37 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/DeleteOperationTestCase.java 30 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/ModifyOperationTestCase.java 35 ●●●●● diff | view | raw | blame | history