[Laszlo-checkins] r11957 - openlaszlo/trunk/WEB-INF/lps/lfc/data
hqm@openlaszlo.org
hqm at openlaszlo.org
Tue Dec 2 06:25:35 PST 2008
Author: hqm
Date: 2008-12-02 06:25:34 -0800 (Tue, 02 Dec 2008)
New Revision: 11957
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataset.lzs
Log:
Change 20081202-hqm-5 by hqm at badtzmaru.home on 2008-12-02 09:24:54 EST
in /Users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: document lz.dataset getresponseheaders as read/write
New Features:
Bugs Fixed: LPP-7338
Technical Reviewer: lou
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataset.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataset.lzs 2008-12-02 13:40:49 UTC (rev 11956)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDataset.lzs 2008-12-02 14:25:34 UTC (rev 11957)
@@ -209,13 +209,19 @@
*/
var nsprefix :Boolean = false;
-/** When true, the server will encode and
+/** When true, the proxy server (if making a proxied request) will encode and
* send the HTTP response headers along with the data (defaults to false).
* Due to a lack of a native API to get this information, SOLO SWF applications
- * will always return an empty set.
+ * will always return an empty set.
+ *
+ * When making a proxied request,
+ * <attribute>getresponseheaders</attribute> must be true in
+ * order for the response headers to be retrieved via the
+ * <method>getResponseHeader</method> or
+ * <method>getAllResponseHeaders</method> methods.
+ *
* @type Boolean
* @lzxtype boolean
- * @keywords read-only
*/
var getresponseheaders :Boolean = false;
More information about the Laszlo-checkins
mailing list