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"
hello all, is there possible to create .war file to use int Tomcat?
@fabrao https://github.com/pedestal/pedestal/tree/master/samples/war-example