summaryrefslogtreecommitdiff
path: root/daemon/httpauthd.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-09-26 00:17:24 +0000
committerStef Walter <stef@memberwebs.com>2006-09-26 00:17:24 +0000
commit4e966060161b0f86e31a23d0eb55c202ee75da35 (patch)
tree3c884bf85eb3f4927d17ac8b28f562052ea2f8ef /daemon/httpauthd.c
parent1d5c9ef6e5f3b386624fa53af091730973a0a2ff (diff)
- Allow numbers in handler names.
Diffstat (limited to 'daemon/httpauthd.c')
-rw-r--r--daemon/httpauthd.c2
1 files changed, 1 insertions, 1 deletions
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)
{