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

c69c003 breaks `:max-age` cookie #292

Closed p-himik closed 5 years ago

p-himik commented 5 years ago

The error: java.lang.ClassCastException: class java.lang.Long cannot be cast to class clojure.lang.Named. The data: {:max-age 31449600}. The cause: calling name on a cookie value without any regard to possible value types.