Ktt-Development / simplehttpserver

SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations

Home Page:https://github.com/Ktt-Development/simplehttpserver/tree/main/docs

Repository from Github https://github.comKtt-Development/simplehttpserverRepository from Github https://github.comKtt-Development/simplehttpserver

Get request does not parse wildcard characters +& correctly.

Katsute opened this issue · comments

The decoder method does not parse + and & as a literal. It reads them as and for some reason.