(this is the package that provides Apache::Request and
Apache::Cookie.)
The URL
http://httpd.apache.org/dist/httpd/libapreq-1.0.tar.gz
has entered CPAN as
file: $CPAN/authors/id/J/JI/JIMW/libapreq-1.0.tar.gz
size: 160944 bytes
md5: 26b9c4c6667ce367cd28c46805bee2dd
more information is at:
http://httpd.apache.org/apreq/
the changes since 0.33:
=item 1.0 - February 21, 2002
update to Apache Software License, Version 1.1
work around bug in Mozilla 0.9.7, which fails to send a required
CRLF with each empty file field. [Joe Schaefer <[EMAIL PROTECTED]>]
ignore empty cookie attributes; replace ap_getword calls with
ap_getword_nulls for parsing "&" separator. brings the behavior of
Apache::Cookie closer to that of CGI::Cookie, and hopefully improves
the functionality of the C interface as well. [Maurice Aubrey]
make apache_cookie.h c++ compatible [Simon Tam�s <[EMAIL PROTECTED]>]