Committed test case in r19082
On 4/15/2011 3:08 AM, Raju Bitter wrote:
André,
I didn't add your test case to the commit, do you want to commit the tests
yourself? It would be good to have those files in trunk.
On Apr 13, 2011, at 11:56 PM, André Bargull wrote:
I'd propose to apply the changes to trunk. The Laszloers seem to work heavily
on some internal project(s) at the moment, this may affect how fast Henry is
available for review. (Just assuming this based on the latest activities on the
laszlo-review mailing list...)
I've attached another test case for test/lfc/data, the test case runs
successfully on {IE9, Firefox4, Opera11, Safari5} x {dhtml,swf10} x {Win7}.
On 4/13/2011 10:21 PM, Raju Bitter wrote:
André,
I did all the suggested changes, but Henry might want to take a look as well.
Change raju-20110413-ppx by [email protected] on 2011-04-13 18:42:03 CEST
in /Users/raju/src/svn/openlaszlo/trunk/WEB-INF/lps/lfc
for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc
Summary: Support SWF10 HTTPStatusEvent for SOLO dataset requests
New Features:
Bugs Fixed: LPP-9894
Technical Reviewer: [email protected]
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Overview:
Since Flash Player 9 it's possible to retrieve the HTTP response status code
for requests executed by a URLLoader object. The LFC
(kernel/swf9/LzHTTPLoader.as) currently doesn't process that information,
although it's available in Firefox, Safari, Chrome and Opera.
With this improvement the LzHTTPLoader would store the response code of the
last HTTP request in the property responseStatus. Datasets don't expose the
LzHTTPLoader#getResponseStatus method, but the method can be accessed through
someDataset.dataRequest.loader.getResponseStatus().
Details:
Tests:
test/data/http-status-response-swf10-unproxied.lzx
Files:
A test/data/http-status-response-swf10-unproxied.lzx
M WEB-INF/lps/lfc/kernel/swf9/LzHTTPLoader.as
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/raju-20110413-ppx.tar
<httpstatus.jsp><httpstatus.lzx>