You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by jw...@axkit.org on 2009/02/09 16:04:06 UTC

[SVN] [265] - update TODO

Revision: 265
          http://trac.axkit.org/axkit2/changeset/265
Author:   jwalt
Date:     2009-02-09 15:04:05 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
- update TODO
- fix cookie header error in case multiple cookies were sent (again, the badly-designed cookie spec: comma may appear in cookie headers un-escaped, so multiple cookies must use multiple headers)
- add utility method to check if headers were already sent
- switch html_to_dom parser into auto-recovery mode so it can deal with a lone "&" meaning "&" and similar things

Modified Paths:
--------------
    trunk/TODO.txt
    trunk/lib/AxKit2/Connection.pm
    trunk/lib/AxKit2/HTTPHeaders.pm
    trunk/lib/AxKit2/Utils.pm