ring-codec icon indicating copy to clipboard operation
ring-codec copied to clipboard

ring.util.codec/form-encode does not throw when passing nested map

Open devurandom opened this issue 2 years ago • 0 comments
trafficstars

ring.util.codec/form-encode does not handle nested maps in a way that e.g. ring.middleware.nested-params would be able to parse (cf. https://github.com/ring-clojure/ring-codec/issues/19), but it also does not throw an error when being passed such map. It would be nice if it would handle this case better (cf. https://github.com/ring-clojure/ring-codec/issues/19#issuecomment-1528140326).

devurandom avatar May 01 '23 13:05 devurandom