zephyr/subsys/net/lib/http
Matt Rodgers d1d85fa40b net: http_server: fix URL matching with '?' character in resource
Fixes #84198.

If a '?' character is used as part of a wildcard resource, do not treat
this as the end of the string when comparing with a path from the HTTP
request. Only the path from the HTTP request may be terminated by '?'
(in the case of a request with query parameters).

Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
2025-01-22 13:44:01 +01:00
..
headers net: http_server: serve resources only for their defined services 2025-01-09 14:13:57 +01:00
CMakeLists.txt net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
http_client.c net: lib: http: Added Content-Range to http client. 2025-01-16 22:55:51 +01:00
http_hpack.c net: lib: http_server: Fix possible NULL pointer dereference 2024-06-24 12:41:22 -04:00
http_huffman.c net: lib: http_server: Add HPACK and Huffman code encoder/decoder 2024-04-30 13:25:22 +02:00
http_parser.c net: lib: http: Added Content-Range to http client. 2025-01-16 22:55:51 +01:00
http_parser_url.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
http_server_core.c net: http_server: fix URL matching with '?' character in resource 2025-01-22 13:44:01 +01:00
http_server_http1.c net: http_server: fix HTTP 1.0 500 response template format 2025-01-16 22:35:29 +01:00
http_server_http2.c net: http_server: Add support for generic HTTP2 500 response 2025-01-16 14:52:10 +01:00
http_server_ws.c net: http_server: Add support for generic HTTP1 500 response 2025-01-16 14:52:10 +01:00
iterables_content_type.ld net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
iterables_header_capture.ld net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
Kconfig net: http_server: Add support for generic HTTP1 500 response 2025-01-16 14:52:10 +01:00
README_http_parser