One of the web sites started to give me cookies with commas and drakma:get-cookies just crashes on those requests.<br>I distilled my case into a small example like this:<br> (drakma::get-cookies<br>  '((:CONTENT-TYPE . "text/html; charset=utf-8")<br>
    (:LOCATION . "<a href="http://www.test">http://www.test</a>")<br>    (:SERVER . "Microsoft-IIS/7.0")<br>    (:CONTENT-LENGTH . "46")<br>    (:DATE . "Sat, 12 Sep 2009 14:58:04 GMT") (:CONNECTION . "close")<br>
    (:SET-COOKIE<br>     . "domain=<a href="http://test.com">test.com</a>; expires=Thu, 12-Sep-2109 14:58:04 GMT; session=6,Direct,placeholder,<a href="http://test.com">test.com</a>;")<br>    (:CACHE-CONTROL . "private"))<br>
  (puri:parse-uri "<a href="http://www.test.com">http://www.test.com</a>"))<br><br>It'll throw an exception trying to parse "session=6,Direct,placeholder,<a href="http://test.com">test.com</a>" pair and will complain about the commas. <br>
I tried to capture the same page with FF Live Http Headers and it has no problems with that.<br>Do you think we could change drakma to be able to digest it as well?<br><br>Thank you,<br>Andrei<br>