Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate algorithm in OCSPAdminServlet.getSigningAlgConfig()
Previously the OCSPAdminServlet.getSigningAlgConfig() returned a list that contained a duplicate of the first element: <alg1><alg1>:<alg2>:<alg3>:... The code has been modified to remove the duplicate. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2193458
- Loading branch information