Commit b385f080 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Fix util_win32 to accept '/', '//', '//machine/', and '//machine/share/'
  for url parsing in order to accept those <Directory > blocks.

  Big warning: remove the assumption that *~* is the alias name, and always
  walk the tree for aliasing.  This test is flawed, because NT can be, and
  Novell always follows different conventions.  It is only safe to always
  test, but the old test remains with a scary symbol to include it.

  There is some other optimization available, to perhaps flag that the url
  has already been walked/translated, but that isn't incorporated [yet].


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@86292 13f79535-47bb-0310-9956-ffa450edef68
parent b776a899
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment