From 6769f83da0f193052a30ff8933a014e9cf3b0cdf Mon Sep 17 00:00:00 2001 From: Micael Karlberg Date: Mon, 31 May 2010 12:00:00 +0200 Subject: inets: Patch 1122 OTP-8609 [httpc] Made cookie handling more case insensitive. OTP-8610 [httpc|httpd] Some netscape cookie dates are given with a 2-digit year (e.g. 06 = 2006). OTP-8624 [httpd] Added support (again) for the documented debugging features. See the User's Guide Configuration chapter for more info. --- lib/inets/doc/src/http_server.xml | 13 +++++++++ lib/inets/doc/src/notes.xml | 55 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) (limited to 'lib/inets/doc') diff --git a/lib/inets/doc/src/http_server.xml b/lib/inets/doc/src/http_server.xml index 01e0b47d37..68dfd1add0 100644 --- a/lib/inets/doc/src/http_server.xml +++ b/lib/inets/doc/src/http_server.xml @@ -30,6 +30,8 @@ http_server.xml + +
@@ -65,6 +67,8 @@ Server API. This API can be used to advantage by all who wants to enhance the server core functionality, for example custom logging and authentication.

+ +
@@ -109,6 +113,8 @@ functions or only exported functions on chosen modules.

{accept_timeout, integer()} sets the wanted timeout value for the server to set up a request connection.

+ +
@@ -173,6 +179,7 @@ the ip address reported by the info function and can not be the hostname that is allowed when inputting bind_address.

+
@@ -337,6 +344,8 @@ UserName:Password
+ +
@@ -434,6 +443,8 @@ http://your.server.org/eval?httpd_example:print(atom_to_list(apply(erlang,halt,[
+ +
@@ -467,6 +478,8 @@ http://your.server.org/eval?httpd_example:print(atom_to_list(apply(erlang,halt,[

[date] access to path failed for remotehost, reason: reason

+ +
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 3216b0c2cd..fed42291ab 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,61 @@ notes.xml +
Inets 5.3.3 + +
Improvements and New Features +

-

+ + +
+ +
Fixed Bugs and Malfunctions + + + + + +

[httpc] - Made cookie handling more case insensitive.

+

Own Id: OTP-8609

+

Nicolas Thauvin

+
+ + +

[httpc|httpd] - Netscape cookie dates can also be given with a + 2-digit year (e.g. 06 = 2006).

+

Own Id: OTP-8610

+

Nicolas Thauvin

+
+ + +

[httpd] - Added support (again) for the documented debugging + features. See the User's Guide + Configuration + chapter for more info.

+

Own Id: OTP-8624

+
+ +
+
+ +
+ +
Inets 5.3.2
Improvements and New Features -- cgit v1.2.3