]> granicus.if.org Git - apache/commit
Fix a bug with dbm rewrite maps which caused the wrong value to
authorJeff Trawick <trawick@apache.org>
Fri, 4 Oct 2002 16:57:38 +0000 (16:57 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 4 Oct 2002 16:57:38 +0000 (16:57 +0000)
commit8f946ccdc87d0c9a707ee3cc8e708d1b7c69924f
tree060dbbd0d323b369aa60f41facf7d2bfdc9227df
parent4949fcb877dce7ca6d041c92ab7701224129b91b
Fix a bug with dbm rewrite maps which caused the wrong value to
be used when the key was not found in the dbm.

apr_dbm_fetch() returns APR_SUCCESS as long as there was no I/O
error.  mod_rewrite needed to look further to see if the key
was actually found.

PR 13204

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