r19545 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml
Author: raju
Date: 2012-03-05 01:49:11 -0800 (Mon, 05 Mar 2012)
New Revision: 19545
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/dhtml/LzHTTPLoader.js
Log:
Change raju-20120303-OAD by raju <at> titan on 2012-03-03 01:22:52 CET
in /home/raju/src/svn/openlaszlo/work/WEB-INF/lps/lfc
for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc
Summary: Use correct case-sensitivity for HTTP header field 'Content-Type'
New Features: Header field name is 'Content-Type' instead of 'content-type'
Bugs Fixed: LPP-10150
Technical Reviewer: fguo@...,hqm@...
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Documentation doesn't need to be updated.
Release Notes:
Overview:
In LzHTTPLoader.js, when setting a default value for the Content-Type HTTP header field with POST
requests, the HTTP header field didn't use upper-case correctly.
(Continue reading)