Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-26 | Fixed hex-decoding. | Micael Karlberg | |
OTP-9655 | |||
2011-10-25 | The XSS prevention methods used was confused if the | Micael Karlberg | |
URL was encoded (hex-encoded). OTP-9655 | |||
2011-09-15 | Updated http-server to make sure URLs in error-messages | Micael Karlberg | |
are URL-encoded. Added support in http-client to use URL-encoding. Also added the missing include directory for the inets application. OTP-8940 [httpd] Prevent XSS in error pages. Prevent user controlled input from being interpreted as HTML in error pages by encoding the reserved HTML characters. Michael Santos OTP-9124 | |||
2010-08-20 | inets: Patch 1122 | Micael Karlberg | |
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. | |||
2010-01-19 | OTP-8016 [httpc] Several more or less critical fixes: * Initial call | Micael Karlberg | |
between the httpc manager and request handler was synchronous. When the manager starts a new request handler, this is no longer a synchronous operation. Previously, the new request handler made the connection to the server and issuing of the first request (the reason for starting it) in the gen_server init function. If the connection for some reason "took some time", the manager hanged, leaving all other activities by that manager also hanging. As a side-effect of these changes, some modules was also renamed, and a new api module, httpc, has been introduced (the old module, http, is *not* removed, but is now just wrapper for httpc). | |||
2010-01-13 | OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349, | Micael Karlberg | |
OTP-8351, OTP-8359 & OTP-8371. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |