Advertisement
Guest User

Works in repl but not when running with lein

a guest
Feb 27th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (defn make-logout
  2. [cookie]
  3. (post "http:/localhost"
  4. {:body (str "<logout cookie=\" cookie "\"/>")}))
  5.  
  6. Exception in thread "main" java.lang.Exception: Unsupported character: \"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement