[whatwg] Application deployment
Kristof Zelechovski
giecrilj at stegny.2a.pl
Sun Jul 27 23:55:16 PDT 2008
<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 at 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
More information about the whatwg
mailing list