diff options
author | Micael Karlberg <[email protected]> | 2011-03-10 16:15:35 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-10 16:15:35 +0100 |
commit | 0422eb9016dd7bea2dff4004895ed45815ef0f48 (patch) | |
tree | 11a08b54e6606118780cde93e7b3a28363f579d6 /lib/inets/doc/src/notes.xml | |
parent | d612652cc71da9660b101db70a9f163b66c4b53a (diff) | |
download | otp-0422eb9016dd7bea2dff4004895ed45815ef0f48.tar.gz otp-0422eb9016dd7bea2dff4004895ed45815ef0f48.tar.bz2 otp-0422eb9016dd7bea2dff4004895ed45815ef0f48.zip |
Added proper release notes, appup and version.
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 5da9d98002..5dbe761988 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,47 @@ <file>notes.xml</file> </header> + <section><title>Inets 5.6</title> + + <section><title>Improvements and New Features</title> +<!-- + <p>-</p> +--> + + <list> + <item> + <p>[httpd] Prevent XSS in error pages. + Prevent user controlled input from being interpreted + as HTML in error pages by encoding the reserved HTML + characters. </p> + <p>Michael Santos</p> + <p>Own Id: OTP-9124</p> + </item> + </list> + + </section> + + <section><title>Fixed Bugs and Malfunctions</title> + <p>-</p> +<!-- + <list> + <item> + <p>[httpd] httpd_response:send_chunk handles empty list and + empty binary - i.e. no chunk is sent, but it does + not handle a list with an empty binary [<<>>]. + This will be sent as an empty chunk - which in turn + will be encoded by http_chunk to the same as a final + chunk, which will make the http client believe that + the end of the page is reached.</p> + <p>Own Id: OTP-8906</p> + </item> + </list> +--> + </section> + + </section> <!-- 5.6 --> + + <section><title>Inets 5.5.2</title> <section><title>Improvements and New Features</title> |