From be97727709814ca6e872806f30933b267c6f700b Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Tue, 25 Oct 2011 12:48:03 +0200 Subject: Added release notes, appup and correct version. OTP-9655 --- lib/inets/doc/src/notes.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'lib/inets/doc/src/notes.xml') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index ffbe4bd58f..28d51b4ebd 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,20 @@ notes.xml +
Inets 5.3.6 + +
Fixed Bugs and Malfunctions + + +

[httpd] XSS prevention did not work for hex-encoded URL's.

+

Own Id: OTP-9655

+
+
+
+ +
+ +
Inets 5.3.5
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 5fdd7be5b5b99658f7f9d05e7df3a572d73dd6cb Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Tue, 1 Nov 2011 18:07:27 +0100 Subject: [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 --- lib/inets/doc/src/notes.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'lib/inets/doc/src/notes.xml') 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 @@ notes.xml +
Inets 5.3.6 + +
Fixed Bugs and Malfunctions + + +

[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.

+

Own Id: OTP-9674

+

Aux Id: seq11936

+
+ +
+
+ +
+ +
Inets 5.3.5
Fixed Bugs and Malfunctions -- cgit v1.2.3