diff options
| author | Ingela Anderton Andin <ingela@erlang.org> | 2023-02-23 10:59:18 +0100 |
|---|---|---|
| committer | Ingela Anderton Andin <ingela@erlang.org> | 2023-02-23 10:59:18 +0100 |
| commit | 85ef84debe8d61d066124877059e30f3430f92de (patch) | |
| tree | 99fe491a76fd51227bff3807b723f6540a8198ba /lib/inets | |
| parent | 205da375ece39099464ca7c2c1e600021a3a1b02 (diff) | |
| parent | 68522e556c020de5fe7e20c4c082927a5d04d8e7 (diff) | |
| download | erlang-85ef84debe8d61d066124877059e30f3430f92de.tar.gz | |
Merge branch 'maint-24' into maint
* maint-24:
Updated OTP version
Prepare release
Update copyright year
Diffstat (limited to 'lib/inets')
| -rw-r--r-- | lib/inets/doc/src/notes.xml | 17 | ||||
| -rw-r--r-- | lib/inets/src/http_server/mod_alias.erl | 2 | ||||
| -rw-r--r-- | lib/inets/test/httpd_SUITE.erl | 2 |
3 files changed, 19 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index e8843e5895..a27dea627a 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -214,6 +214,23 @@ </section> + <section><title>Inets 7.5.3.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + With this change, handling of URI to a folder, with + missing trailing / and a query component present is + fixed.</p> + <p> + Own Id: OTP-18472 Aux Id: DAFH-1592 </p> + </item> + </list> + </section> + +</section> + <section><title>Inets 7.5.3.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/inets/src/http_server/mod_alias.erl b/lib/inets/src/http_server/mod_alias.erl index c2365484a6..ef6e928058 100644 --- a/lib/inets/src/http_server/mod_alias.erl +++ b/lib/inets/src/http_server/mod_alias.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2021. All Rights Reserved. +%% Copyright Ericsson AB 1997-2023. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/inets/test/httpd_SUITE.erl b/lib/inets/test/httpd_SUITE.erl index 157e993628..1df6251d41 100644 --- a/lib/inets/test/httpd_SUITE.erl +++ b/lib/inets/test/httpd_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2013-2022. All Rights Reserved. +%% Copyright Ericsson AB 2013-2023. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. |
