uri processing reject paths not starting with slash
authorAndy Green <andy@warmcat.com>
Fri, 1 Apr 2016 23:36:17 +0000 (07:36 +0800)
committerAndy Green <andy@warmcat.com>
Mon, 4 Apr 2016 22:58:04 +0000 (06:58 +0800)
commita19ff9b24d39b524b1f47a9e94b3b8d5b1e8970e
tree1912e0da3202d75783d6409e4c040271bc7810fe
parent45dead99e057c3db51b92303643d5352d1a4c26a
uri processing reject paths not starting with slash

https://github.com/warmcat/libwebsockets/issues/481

Return 403 Forbidden if we don't end up with a uri path starting with /

Signed-off-by: Andy Green <andy@warmcat.com>
lib/server.c
test-server/attack.sh