You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pki#revoke() uses optimistic locking and will likely throw JpaOptimisticLockingFailureException in the face of multiple attempts to revoke the same certificate.
The operation must fail and the server must return SC=409 (https://httpstatuses.com/409).
The text was updated successfully, but these errors were encountered:
The Pki#revoke() uses optimistic locking and will likely throw JpaOptimisticLockingFailureException in the face of multiple attempts to revoke the same certificate.
The operation must fail and the server must return SC=409 (https://httpstatuses.com/409).
The text was updated successfully, but these errors were encountered: