Fork me on GitHub
#pedestal
<
2021-02-18
>
souenzzo02:02:52

Is it a bug? I expect that it results in "/a%2Fb"

(let [url-for (-> `#{["/:x" :get get]}
                  route/expand-routes
                  route/url-for-routes)]
  (url-for :clojure.core/get
           :params {:x "a/b"}))
=> "/a/b"

fabrao12:02:34

hello all, is there possible to create .war file to use int Tomcat?