dgaudet     98/04/17 18:57:35

  Modified:    .        STATUS
  Log:
  I'm cleaning out the 200+ "todo" things in my new-httpd mailbox.  Maybe
  some of these are done already.  My guess is most aren't done.  It would
  be really nice if folks could work on these or any other bugs for that
  matter... I think I've done my "dues" regarding bug maintenance and
  I'm going to be playing with pthreads in my spare time for now -- i.e.
  consider me to be on vacation w.r.t. 1.3.
  
  Revision  Changes    Path
  1.302     +51 -1     apache-1.3/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.301
  retrieving revision 1.302
  diff -u -r1.301 -r1.302
  --- STATUS    1998/04/17 18:53:45     1.301
  +++ STATUS    1998/04/18 01:57:34     1.302
  @@ -54,6 +54,10 @@
         also marginally increases the efficiency of Apache when the server
         runs with DNS lookups turned off.
   
  +    * Ed Korthof's patch to fix protocol issues surrounding 400, 408, and
  +      414 responses.
  +      <[EMAIL PROTECTED]>
  +
   In progress:
   
       * Ken's IndexFormat enhancement to mod_autoindex to allow
  @@ -68,19 +72,58 @@
         do lots of fun pointer manipulations and such and possibly have 
overflow
         errors.  The respective flush_funcs also need to be exercised.
   
  -Needs patch:
  +Documentation that needs writing:
   
       * Documentation for:
         1) htdocs/manual/sourcereorg.html and other files should mention 
            new mod_so capabilities.
         2) windows.html should be cleaned up.
   
  +    * Need a document explaining mod_rewrite/"UseCanonicalName off" based
  +     virtualhosting.  (If it exists already I can't find it easily.)
  +
  +Needs patch:
  +
       * uri issues
        - RFC2068 requires a server to recognize its own IP addr(s) in dot
        notation, we do this fine if the user follows the dns-caveats
        documentation... we should handle it in the case the user doesn't ever
        supply a dot-notation address.
   
  +    * Amdalh UTS 2.1.2
  +     Message-Id: <[EMAIL PROTECTED]>
  +     Message-Id: <[EMAIL PROTECTED]>
  +
  +    * Problems dealing with .-rooted domain names such as "twinlark." versus
  +     "twinlark.arctic.org.".  See the thread containing
  +     Message-ID: <[EMAIL PROTECTED]> for more details.
  +     In particular this affects the correctness of the proxy and the
  +     vhost mechanism.
  +
  +    * Lynx OS re-port
  +     <[EMAIL PROTECTED]>
  +
  +    * NeXT tweaks for 1.3b5
  +     <[EMAIL PROTECTED]>  (in the feb98 archives)
  +
  +    * PR#1799: we need to add a "default" or "none" handler to deal with
  +     filenames such as foo.map.gif which aren't image maps, and shouldn't
  +     be considered such.  See discussion in
  +     <[EMAIL PROTECTED]>
  +     <[EMAIL PROTECTED]>
  +     <[EMAIL PROTECTED]>
  +     <[EMAIL PROTECTED]>
  +     (feb98 archives)
  +
  +    * proxy_*_canon routines use r->proxyreq incorrectly.  See
  +     <[EMAIL PROTECTED]>
  +
  +    * TZ should not be dealt with specially any longer now that we have
  +      "PassEnv".  See
  +      <[EMAIL PROTECTED]>
  +    
  +
  +    
   Closed issues:
   
   Open issues:
  @@ -117,6 +160,10 @@
        Marc sides with Alexei.  We were talking about two different PRs.
           Apache should be sending 200 *and* Accept-Ranges.
   
  +     Dean says: I'm still really confused as to what the problem is or
  +     isn't.  If one of you three could work up a patch that would be
  +     most excellent.
  +
       * Marc's socket options like source routing (kill them?)
        Marc, Martin say Yes
   
  @@ -158,6 +205,9 @@
               Randy: I would also argue that 1.3b6 is _not_ stable. I've been 
                      having real fits keeping it alive on a dual processor
                      machine. Could be OS problems..
  +
  +    * Should we re-enable nagle now that we're non-buffering CGIs?  See 
various
  +     messages from Marc in March 98.
   
   Win32 specific issues:
   
  
  
  

Reply via email to