Commit 130e80aa authored by Greg Ames's avatar Greg Ames
Browse files

Sunny but chilly in Raleigh


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91391 13f79535-47bb-0310-9956-ffa450edef68
parent a086568a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
APACHE 2.0 STATUS:						-*-text-*-
Last modified at [$Date: 2001/10/09 03:11:08 $]
Last modified at [$Date: 2001/10/09 19:29:19 $]

Release:

@@ -36,10 +36,12 @@ RELEASE SHOWSTOPPERS:

    * Handler and Filter filetypes in mod_mime now trigger mod_negotiation 
      recognition of files, but no mechanism exists to prioritize which of
      several mod_negotation files aught to be served by handler or filter.
      several mod_negotation files ought to be served by handler or filter.
      There needs to be a mechanism, or the change to reenable this match
      behavior must be reverted [OtherBill's veto of 1.3 behavior].
    
      gregames says:  why is this a showstopper?  

    * If any request gets to the core handler, without a flag that this 
      r->filename was tested by dir/file_walk, we need to 500 at the very 
      end of the ap_process_request_internal() processing.  This provides