]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r329562 from trunk:
authorJoe Orton <jorton@apache.org>
Mon, 7 Nov 2005 21:29:16 +0000 (21:29 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 7 Nov 2005 21:29:16 +0000 (21:29 +0000)
commita574d41e87fdd8c8bc6c2b0ef87dc3f3b97aa8ff
treedf86dcfe1b96d469875fda6f3d44ab4c2cb72955
parentd3da792bf241872bf54e27614233565508301cff
Merge r329562 from trunk:

Fix handling of unknown state tokens in If headers:

* modules/dav/main/mod_dav.h: Add dav_if_unknown to dav_if_state_type
enum.

* modules/dav/main/util.c (dav_add_if_state): Set returned type to
dav_if_unknown for an unknown state token.
(dav_validate_resource_state): Evaluate dav_if_unknown to fail
match unless in a Not condition.

PR: 37288

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@331600 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/dav/main/mod_dav.h
modules/dav/main/util.c