diff options
author | Micael Karlberg <[email protected]> | 2011-11-01 18:07:27 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-01 18:07:27 +0100 |
commit | 5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb (patch) | |
tree | f37b03eb4d9abe09a2bcf19b926fa8231474bcad /lib/inets/doc | |
parent | f8b20b4a995727f0339074d23a0fae50712683d2 (diff) | |
download | otp-5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb.tar.gz otp-5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb.tar.bz2 otp-5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb.zip |
[httpd] GET request with malformed header date caused
server crash (non-fatal) with no reply to client. Will
now result in a reply with status code 400.
OTP-9674
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index ffbe4bd58f..a113652868 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,24 @@ <file>notes.xml</file> </header> + <section><title>Inets 5.3.6</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>[httpd] GET request with malformed header date caused + server crash (non-fatal) with no reply to client. Will + now result in a reply with status code 400. </p> + <p>Own Id: OTP-9674</p> + <p>Aux Id: seq11936</p> + </item> + + </list> + </section> + + </section> <!-- 5.3.6 --> + + <section><title>Inets 5.3.5</title> <section><title>Fixed Bugs and Malfunctions</title> |