- From: Kristof Zelechovski <giecrilj@stegny.2a.pl>
- Date: Mon, 28 Jul 2008 08:55:16 +0200
<jar:http://www.example.com/site.jar!/path/inside/foo.html>? What kind of a syntax is that?? JAR is not a protocol, it is a content type. It should rather be <http://www.example.com/site.jar#path/inside/foo.html>. It reads: retrieve the resource "site.jar" using the HTTP protocol and look into it for the fragment "foo.html". I do not know how to read the original notation and I think it should be withdrawn. Chris -----Original Message----- From: whatwg-bounces@lists.whatwg.org [mailto:whatwg-bounces at lists.whatwg.org] On Behalf Of Adam Barth Sent: Sunday, July 27, 2008 11:33 PM To: Philipp Serafin Cc: whatwg at whatwg.org; Russell Leggett Subject: Re: [whatwg] Application deployment Firefox already implements this today with the jar protocol. Put your content into a zip archive and access it using this kind of URL: jar:http://www.example.com/site.jar!/path/inside/foo.html I'm not sure many sites use this feature, but it has been a source of several recent security issues. Adam
Received on Sunday, 27 July 2008 23:55:16 UTC