zephyr/tests/net/lib
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
..
coap tests: net: coap: Add test case for matching pending replies 2025-01-21 19:30:06 +01:00
coap_client samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
coap_server/common tests: net: coap: Enable loopback interface 2024-05-06 22:50:18 +01:00
dns_addremove net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
dns_cache net: dns: Convert resolver to use socket service API 2024-05-20 14:25:44 +03:00
dns_dispatcher tests: net: dns_dispatcher: Add tests for dispatcher 2024-12-11 21:29:21 +01:00
dns_packet tests: net: dns: Add test for invalid DNS answer parsing 2024-11-28 20:52:20 +01:00
dns_resolve net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
dns_sd net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
http_header_fields net: lib http: Added tests for Content-Range to http parser. 2025-01-16 22:55:51 +01:00
http_server net: http_server: fix URL matching with '?' character in resource 2025-01-22 13:44:01 +01:00
lwm2m net: lwm2m: Convert tickeless to use eventfd() 2024-12-24 13:54:39 +01:00
mdns_responder net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
mqtt/v3_1_1 tests: net: mqtt: Make publisher/subscriber test suites self contained 2024-08-08 20:22:33 -04:00
mqtt_sn_client net: mqtt-sn: Update MQTT-SN Unit Tests 2024-11-16 15:08:27 -05:00
mqtt_sn_packet tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
prometheus tests: use net prefix for prometheus tests 2024-12-13 09:12:08 +01:00
tls_credentials yaml: use EXTRA_CONF_FILE in .yaml files 2024-10-17 09:45:25 +02:00
wifi_credentials tests: net: wifi_credentials: restrict to native_sim 2024-10-24 22:02:28 +01:00
wifi_credentials_backend_psa tests: net: wifi_credentials: restrict to native_sim 2024-10-24 22:02:28 +01:00
wifi_credentials_backend_settings tests: net: wifi_credentials: restrict to native_sim 2024-10-24 22:02:28 +01:00