uhttpd: fix handling of special "/" prefix when matching handlers
authorJo-Philipp Wich <jo@mein.io>
Tue, 25 Oct 2016 14:36:47 +0000 (16:36 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 25 Oct 2016 14:38:50 +0000 (16:38 +0200)
commit81b256ee002f86077b7fd61ad200955ef983b06a
tree5302a94d10565e3b2228a40db59e606728801e01
parent93f9a9c71ce0aef64aa9bc27e3725eddf5c67f0a
uhttpd: fix handling of special "/" prefix when matching handlers

The special prefix of "/" should match any url by definition but the final
assertion which ensures that the matched prefix ends in '\0' or '/' is causing
matches against the "/" prefix to fail.

Update to current HEAD in order to fix this particular case.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/network/services/uhttpd/Makefile