[libmicrohttpd] Request: stricter checks for client input

2018-03-01 Thread Tim Rühsen
Hi, could MHD_OPTION_STRICT_FOR_CLIENT be more strict regarding spaces in the 'resource' of HTTP requests, please ? Currently MHD accepts spaces (instead %20 resp. +) and converts them to + for the return value of MHD_get_connection_values(). This makes a test for wget2 succeed though wget2 doe

Re: [libmicrohttpd] Request: stricter checks for client input

2018-03-01 Thread Christian Grothoff
Should be implemented in 785ae52b..5717a9ec, feedback welcome... -Christian On 03/01/2018 09:21 AM, Tim Rühsen wrote: > Hi, > > could MHD_OPTION_STRICT_FOR_CLIENT be more strict regarding spaces in > the 'resource' of HTTP requests, please ? > > Currently MHD accepts spaces (instead %20 resp. +)