[Laszlo-checkins] r12105 - openlaszlo/trunk/WEB-INF/lps/lfc/data

bargull@openlaszlo.org bargull at openlaszlo.org
Sun Dec 14 03:14:58 PST 2008


Author: bargull
Date: 2008-12-14 03:14:54 -0800 (Sun, 14 Dec 2008)
New Revision: 12105

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/data/LzHTTPDataRequest.lzs
Log:
Change 20081214-bargull-Fg9 by bargull at dell--p4--2-53 on 2008-12-14 00:48:35
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: getresponsheaders and getresponseheaders

New Features:

Bugs Fixed: LPP-7476

Technical Reviewer: henry
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
Remove "getresponsheaders" (note the missing "e").
Move doc to "getresponseheaders".

    

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzHTTPDataRequest.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzHTTPDataRequest.lzs	2008-12-14 09:00:06 UTC (rev 12104)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzHTTPDataRequest.lzs	2008-12-14 11:14:54 UTC (rev 12105)
@@ -49,16 +49,13 @@
     /** Flag to say whether proxied server should return with HTTP response metadata added.
       * @type Boolean
       */
-    var getresponsheaders :Boolean = false;
+    var getresponseheaders :Boolean = false;
 
     /** An LzParam object which holds HTTP response headers
       * @type LzParam
       */
     var responseheaders :LzParam;
 
-    /** @type Boolean */
-    var getresponseheaders :Boolean = false;
-
     /** Flag to say whether data is cacheable at the server
       * @type Boolean
       */



More information about the Laszlo-checkins mailing list