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

neil_a_wilson
25.51.2007 05dfa5fee15b191c3ee1afae0010b70733b1a35b
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, June 25, 2007 17:51 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, June 25, 2007 17:51 +0200
commit05dfa5fee15b191c3ee1afae0010b70733b1a35b
tree b6a0f80ba419aa3a5a8f389736228bdc6509b262 tree | zip | gz
parent b0cf989c6727f18d0c7ee80b4753ef95d60955ea view | diff
Update the pre-parse and pre-operation plugin results to add the ability to
skip core processing without skipping post-operation plugins. Also, make sure
that post-response plugins are always invoked for all operations that get
far enough in their processing to have called the pre-parse plugins.

OpenDS Issue Number: 751
11 files modified
267 ■■■■■ changed files
opends/src/server/org/opends/server/api/plugin/PreOperationPluginResult.java 59 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/plugin/PreParsePluginResult.java 59 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/AbandonOperation.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/AddOperation.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperation.java 25 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/CompareOperation.java 17 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DeleteOperation.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/ExtendedOperation.java 15 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/ModifyDNOperation.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/ModifyOperation.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SearchOperation.java 17 ●●●●● diff | view | raw | blame | history