Running OpenBehavior before IRequestPreProcessor #1030
Unanswered
japhettburt-bam
asked this question in
Q&A
Replies: 1 comment
-
|
I was re-reading the handler/action priority order part of the wiki and if I am reading this correctly this might be my issue?
Edit: I just tried moving the SensitiveDataBehavior into the same folder as everything and updated the namespace and didn't seem to have an impact so I am still confused. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using 12.2.0. I am trying to get an OpenBehavior to run before the IRequestPreProcessor runs for a particular IRequest. I am not sure what I am missing since I am trying to register them in explicit order.
The TransactionBehavior runs after the IRequestPreProcessor just how I want but the SensistiveDataBehavior is not running before the IRequestPreProcessor. Is there a way to make this happen?
Beta Was this translation helpful? Give feedback.
All reactions