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
{{ message }}
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
It's not possible to pass all the options down to the handler of specific formats to override for example decoder or predicate. This is because they are contained in a nested :options hash-map being created here:
It's not possible to pass all the options down to the handler of specific formats to override for example
decoder
orpredicate
. This is because they are contained in a nested:options
hash-map being created here:ring-middleware-format/src/ring/middleware/format_params.clj
Line 278 in 3fd37b9
this does not override the top-level options via destructuring over here:
ring-middleware-format/src/ring/middleware/format_params.clj
Line 230 in 3fd37b9
Thus, the calls like
(or predicate transit-json-request?)
will always end up with the second expression and cannot be overriden.The text was updated successfully, but these errors were encountered: