o look for 'XXX' in the source, they mark some bits of code that need work o port to apache 2.0 o multipart_buffer_headers punts on headers more than 5k (which could happen with a really long form input name, for example). better than the old behavior of locking up, but we could be clever and actually handle this. o should probably handle Apache::Request->param http://blah.com/?foo like CGI.pm does (turn it into a param named "keywords") o mmap upload files ? o improve/automate build process for c, dtcl (autoconf support?) o Fix our Apache::Test-based test suite o Document build/install process for OS X. o optional build/link of libapreq.a directly into httpd? o solve the memory leak for: my $r = shift; $r = Apache::Request->new($r); as discussed at: http://marc.theaimsgroup.com/?t=102615343600005&r=1&w=2