joes 2004/07/01 08:51:07
Modified: . STATUS
Log:
Time to let apreq2 cvs settle down while we flesh out the new APR::Error
exceptions.
Revision Changes Path
1.59 +17 -3 httpd-apreq-2/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-apreq-2/STATUS,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- STATUS 1 Jul 2004 13:51:53 -0000 1.58
+++ STATUS 1 Jul 2004 15:51:07 -0000 1.59
@@ -62,8 +62,22 @@
- CuTest needs va_arg to print comments for a failed unit test.
- - Fix perl glue for CGI environment on Win32. Add a note to
- version_check.pl that the minimum mp2 version for CGI support is
1.99_15?
+ - Bump the minimum mp2 version to 1.99_15.
+
+ - Flesh out the APR::Error-derived exception objects. What tables
+ should we add to the exception's attributes? Some early ideas:
+
+ -# Apache::Request::Error needs to provide args, body,
+ and upload tables (if Apache::Upload is being used).
+
+ -# Apache::Upload::Error needs to provide nothing, since any
+ per-upload errors would be due to exceptions from apr/APR (e.g.
+ can't make tempfile, can't create APR::PerlIO handle).
+
+ -# Apache::Cookie::Jar::Error needs to provide the jar->cookies table.
+
+ -# Apache::Cookie::Error needs to provide no additional attributes,
+ for the same reason Apache::Upload::Error doesn't.
- Get env/ (Apache::Test) tests to work for --with-apache2-src option.