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

neil_a_wilson
07.54.2007 b11994cc0136fc9f14949fdd3316ce032861f852
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
commitb11994cc0136fc9f14949fdd3316ce032861f852
tree 7ae6cc2a4bc51aa68819da1cd166d5f77e037dd1 tree | zip | gz
parent 3ba8dda95d16385d5e1f0289a7d86a0c9c5db83a 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
opendj-sdk/opends/src/server/org/opends/server/core/AddOperation.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 10 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/core/AddOperationTestCase.java 37 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/core/DeleteOperationTestCase.java 30 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/core/ModifyOperationTestCase.java 35 ●●●●● diff | view | raw | blame | history