Skip to content

Commit

Permalink
use etEscapeHatchEnabled validation in readresolve
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Oct 9, 2024
1 parent 1e3b125 commit 4623768
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ protected Object readResolve() throws ObjectStreamException {
// ensure escapeHatchSecret is encrypted
this.setEscapeHatchSecret(this.escapeHatchSecret);
try {
this.setEscapeHatchEnabled(this.escapeHatchEnabled);
if (automanualconfigure != null) {
if ("auto".equals(automanualconfigure)) {
OicServerWellKnownConfiguration conf =
Expand Down

0 comments on commit 4623768

Please sign in to comment.