metosin / reitit

A fast data-driven routing library for Clojure/Script

Home Page:https://cljdoc.org/d/metosin/reitit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redirect-trailing-slash-handler strips query-params

Sohalt opened this issue · comments

When using redirect-trailing-slash-handler the redirect URL is missing the query-params, e.g. something like/foo?bar=1 becomes /foo/.