jimw        00/12/16 16:44:48

  Modified:    .        ToDo
  Log:
  updated todo file
  
  Revision  Changes    Path
  1.3       +23 -4     httpd-apreq/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/ToDo,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ToDo      1999/07/03 01:04:02     1.2
  +++ ToDo      2000/12/17 00:44:48     1.3
  @@ -1,11 +1,22 @@
  -o what should Apache::Request->param return if attr has no value,
  -e.g. http://blah.com?foo
  +o look for 'XXX' in the source, they mark some bits of code that need work
   
  -o win32 port
  +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 better Makefile.noperl
  +o should probably handle Apache::Request->param http://blah.com/?foo
  +  like CGI.pm does (turn it into a param named "keywords")
   
  +o win32 port
  +  - randy kobes has patches for this. requires some patches to
  +    be applied to mod_perl itself to reduce the changes necessary
  +    here
  +
   o Perl's FILE* typemap leaks!
  +  - randy's win32 patch changes FILE * to PerlIO *. related?
   
   o libapreq.so
   
  @@ -14,3 +25,11 @@
   o investigate USE_MY_TMPNAME more
   
   o ApacheHTML?
  +
  +o for mod_dtcl, it may be good to allow a callback function for
  +  storing file uploads (since it is configurable to store the
  +  uploads in memory instead of to disk)
  +
  +o allow the directory for temporary files to be specified? we
  +  currently use tmpfile(), though, and we'd have to do a secure
  +  temp-file-creating function to do this.
  
  
  

Reply via email to