pedestal

souenzzo 2021-02-18T02:01:52.018100Z

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"

fabrao 2021-02-18T12:53:34.018700Z

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