Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D1AD9531 for ; Mon, 20 Feb 2012 12:32:02 +0000 (UTC) Received: (qmail 45815 invoked by uid 500); 20 Feb 2012 12:32:01 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 45702 invoked by uid 500); 20 Feb 2012 12:32:01 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 45693 invoked by uid 99); 20 Feb 2012 12:32:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 12:32:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.160.47] (HELO mail-pw0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 12:31:52 +0000 Received: by pbcum15 with SMTP id um15so699765pbc.6 for ; Mon, 20 Feb 2012 04:31:31 -0800 (PST) Received-SPF: pass (google.com: domain of justin@classsoftware.com designates 10.68.216.170 as permitted sender) client-ip=10.68.216.170; Authentication-Results: mr.google.com; spf=pass (google.com: domain of justin@classsoftware.com designates 10.68.216.170 as permitted sender) smtp.mail=justin@classsoftware.com Received: from mr.google.com ([10.68.216.170]) by 10.68.216.170 with SMTP id or10mr5835572pbc.3.1329741091200 (num_hops = 1); Mon, 20 Feb 2012 04:31:31 -0800 (PST) Received: by 10.68.216.170 with SMTP id or10mr4883206pbc.3.1329741091151; Mon, 20 Feb 2012 04:31:31 -0800 (PST) Received: from [192.168.0.4] (124-169-17-188.dyn.iinet.net.au. [124.169.17.188]) by mx.google.com with ESMTPS id t10sm24668722pbb.18.2012.02.20.04.31.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Feb 2012 04:31:30 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: Signed RSL from Apache From: Justin Mclean In-Reply-To: <003201ccefc9$fba17830$f2e46890$@davidarno.org> Date: Mon, 20 Feb 2012 23:31:25 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <05b201ccefb3$64f95cb0$2eec1610$@davidarno.org> <05c501ccefb5$a6951950$f3bf4bf0$@davidarno.org> <4FBB9E17-C536-44F6-9FDC-0BE0AF86646C@creative-cognition.co.uk> <001501ccefc5$e8628bf0$b927a3d0$@davidarno.org> <4F4236BF.7010209@leichtgewicht.at> <003201ccefc9$fba17830$f2e46890$@davidarno.org> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQmOzdI9NO7c5Jgex1uiEVFBYcf0kLSJHJhzaPKbGxHDdSItMxSvJF+Mv0UBTBhKHGW1vAts X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Not sure if I'm getting confused here, but I thought we couldn't use = RSLs as > Adobe won't sign them? We can still use RSLs both framework RSLs and user compiled/non = framework RSLs. Apache framework RSLs will not be cached by the flash = player but they can be cached by the browser (on a domain basis). = There's no change to how non framework RSL work or behave. Caching of = signed framework RSLs is a flash player feature so there's nothing we = can really do about it. I was a nice to have but not essential feature = for the use of RSLs. Justin=