juxt / yada

A powerful Clojure web library, full HTTP, full async - see https://juxt.pro/yada/index.html
MIT License
735 stars 97 forks source link

Yada does not verify post parameters, if no body is submitted #286

Open titonbarua opened 5 years ago

titonbarua commented 5 years ago

As the title says, yada does not verify post parameters if no request body is present. Is this feature, or bug? I have uploaded a repo with demo code. Please take a look.

https://github.com/titonbarua/yada_no_postbody_weird_behavior