From 4e966060161b0f86e31a23d0eb55c202ee75da35 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 26 Sep 2006 00:17:24 +0000 Subject: - Allow numbers in handler names. --- daemon/httpauthd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon') diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index 06fc64b..f335a40 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -1265,7 +1265,7 @@ static ha_context_t* config_addhandler(ha_buffer_t* buf, const char* alias, return &(loaded->ctx); } -#define VALID_ALIAS_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYZ_-." +#define VALID_ALIAS_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYZ_-.0123456789" static int config_parse(const char* file, ha_buffer_t* buf) { -- cgit v1.2.3