]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a mismatching issue, where index.html.foo.en had recognized .html and
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 3 Oct 2001 01:18:22 +0000 (01:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 3 Oct 2001 01:18:22 +0000 (01:18 +0000)
commite28085508f783839722ed7d74bd2e0724af96d69
treeb889246098755db30f648d2d7a70554c6c69aa00
parent9f72c2d5eac080e374fb310d92d62cd9cdef270c
  Fix a mismatching issue, where index.html.foo.en had recognized .html and
  .en components, and exceptions index and foo.  This patch will ignore the
  'missing' exception html from the request, and go on to test the exception
  foo in the list.

  This does -not- imply that a request for index.foo will succeed, in the
  example above.  The pattern match tests index.foo[.*] so we wouldn't find
  index.html.foo.anything.  The pattern matching proposed at one time by
  Francis Daly would allow index.foo to succeed as well [although many to
  many matching is dangerous, see comments in this patch.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91249 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_negotiation.c