Commit 8c0b7f02 authored by dgaudet's avatar dgaudet
Browse files

Correct a few of my changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78897 13f79535-47bb-0310-9956-ffa450edef68
parent 997a7cf8
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
Changes with Apache 1.2.2

  *) Fixed improper vhost merging of <Location> and <Directory>: changed the
     ordering of the arguments to append_arrays for the main server's before 
     the vhost's.
     [Dean Gaudet]
  *) When merging the main server's <Directory> and <Location> sections into
     a vhost, put the main server's first and the vhost's second.  Otherwise
     the vhost can't override the main server.  [Dean Gaudet] PR#717

  *) Bugfix for case where multiple <Directory>s match and all are applied.
  *) The <Directory> code would merge and re-merge the same section after
     a match was found, possibly causing problems with some modules.
     [Dean Gaudet]

  *) Fixed an infinite loop in mod_imap for references above the server root
  *) Fixed an infinite loop in mod_imap for references above the server root.
     [Dean Gaudet] PR#748

  *) mod_include cleanup showed that handle_else was being used to handle