I'm trying to create a route that has a parameter which contains commas in compojure
(GET "/tags/multiple/:tag-names" [tag-names] multiple-tags)
but for some reason, whenever I include a comma in the :tag-names field, it 404s. It works fine when there are no commas.
Does anyone know what causes this and how I can work around it?
andler/apiorhandler/siteto route the request? - Abimaran Kugathasan