From fc72e681017e4253980ba7943549f6716c959b6a Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 24 Nov 2021 19:26:43 +0000 Subject: Fix: host subcompoent in the URL is case insensitive Referemce: https://datatracker.ietf.org/doc/html/rfc3986/#section-3.2.2 --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 29e5de4..c185294 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ### Release 1.4.0 - ????-??-?? - JRE 8 support is deprecated, JRE 11 or later is recommended + - Fix: according to RFC 3986, the host subcomponent is case-insensitive. Be aware that this also affects CGIs, and SERVER_NAME will use the value in the configuration. ## Release 1.3.0 - 2021-09-01 -- cgit v1.2.3