Skip to content

Commit

Permalink
Merge pull request #70 from steveax/PE-36769-remove-header-warning-fr…
Browse files Browse the repository at this point in the history
…om-request-

(PE-36769) remove header warning from request->cert
  • Loading branch information
jonathannewman authored Aug 31, 2023
2 parents 8cc232d + e684082 commit 1928b70
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@
(let [header-cert-val (get-in request [:headers header-cert-name])]
(if allow-header-cert-info
(header->cert header-cert-val)
(do
(warn-if-header-value-non-nil header-cert-name header-cert-val)
(:ssl-client-cert request)))))
(:ssl-client-cert request))))

(schema/defn request->extensions :- acl/Extensions
"Given a request, return a map of shortname -> value for all of the extensions
Expand Down

0 comments on commit 1928b70

Please sign in to comment.