Skip to content

Commit

Permalink
Updated OA2State object to set transient fields on deserialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjg-123 committed Oct 31, 2024
1 parent 4ddbb4d commit ecfabbc
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,8 @@ public State newInstance(
assertionsOn,
isStrictACLs(),
getJsonWebKeys());
// return oa2StateInit(s);
s.setOa2se(getOa2se());
s.setAclBlackList(getAclBlackList());
s.setAclList(getAclList());
return s;
return oa2StateInit(s);

}


Expand Down

0 comments on commit ecfabbc

Please sign in to comment.