ring-codec
ring-codec copied to clipboard
ring.util.codec/form-encode does not throw when passing nested map
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).