some updates to URL and content handlers to make them a bit more flexible

This commit is contained in:
JT Smith 2008-04-26 18:59:48 +00:00
parent c074fde72a
commit 17d6151832
9 changed files with 91 additions and 12 deletions

View file

@ -77,7 +77,7 @@ sub handler {
return Apache2::Const::NOT_FOUND;
}
} );
return Apache2::Const::DECLINED;
return Apache2::Const::OK;
}