Return-Path: Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: (qmail 9928 invoked from network); 19 Apr 2010 17:00:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Apr 2010 17:00:14 -0000 Received: (qmail 14152 invoked by uid 500); 19 Apr 2010 17:00:14 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 14118 invoked by uid 500); 19 Apr 2010 17:00:14 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 14111 invoked by uid 99); 19 Apr 2010 17:00:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 17:00:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 17:00:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3JGxoL5002470 for ; Mon, 19 Apr 2010 12:59:50 -0400 (EDT) Message-ID: <7561647.15771271696390409.JavaMail.jira@thor> Date: Mon, 19 Apr 2010 12:59:50 -0400 (EDT) From: "Howard M. Lewis Ship (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Closed: (TAP5-750) Tapestry should not attempt to GZip flash movies (.swf files) In-Reply-To: <2063675126.1244816767574.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAP5-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-750. ------------------------------------- Fix Version/s: 5.2.0 Resolution: Fixed > Tapestry should not attempt to GZip flash movies (.swf files) > ------------------------------------------------------------- > > Key: TAP5-750 > URL: https://issues.apache.org/jira/browse/TAP5-750 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-core > Affects Versions: 5.1.0.5 > Reporter: Ben Gidley > Assignee: Howard M. Lewis Ship > Fix For: 5.2.0 > > > If you put a swf file as an asset on a page and then try and play that swf it won't play in firefox (other browsers IE, Opera, Safari are ok). > The precise symptoms are > * The SWF looks like it loads - but you just get the background colour and the main movie doesn't play > * If you right click on it you will get the flashright click menu > * If you right click and choose play it does play > If you move the movie to an near identical path (e.g. bsset/xxxxx/xxx.swf) it will play fine. > Looking in wireshark the only difference is tapestry GZIP's the swf served as an asset this then stops firefox playing the movie. > If you turn GZIP off in tapestry the SWF plays again. > Ideally tapestry should let you turn gzip on/off by mime type as well as globally. This would let you enable it for HTML, JS but not for binary objects where it is just a waste of CPU time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.