Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 19722 invoked from network); 27 Sep 2004 23:06:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Sep 2004 23:06:44 -0000 Received: (qmail 87863 invoked by uid 500); 27 Sep 2004 23:06:44 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 87790 invoked by uid 500); 27 Sep 2004 23:06:42 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@cocoon.apache.org Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 87766 invoked by uid 99); 27 Sep 2004 23:06:42 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 27 Sep 2004 16:06:42 -0700 Received: (qmail 19603 invoked from network); 27 Sep 2004 23:06:40 -0000 Received: from unknown (HELO minotaur.apache.org) (127.0.0.1) by 127.0.0.1 with SMTP; 27 Sep 2004 23:06:40 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: docs@cocoon.apache.org To: docs@cocoon.apache.org Subject: =?iso-8859-1?q?=5BCocoon_Wiki=5D_Updated=3A__Protocols?= Date: Mon, 27 Sep 2004 23:06:40 -0000 Message-ID: <20040927230640.19598.46249@minotaur.apache.org> X-Spam-Rating: 127.0.0.1 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-09-27T16:06:40 Editor: VadimGritsenko Wiki: Cocoon Wiki Page: Protocols URL: http://wiki.apache.org/cocoon/Protocols no comment Change Log: ---------------------------------------------------------------------------= --- @@ -20,6 +20,9 @@ = See [:Aggregator] for more examples of how these can be used. = = -NOTE: It's possible to combine protocols and archives in one URI. For exam= ple, to get an jar archive via HTTP and to read the zipped picture "mypic.g= if", located in "/mydata/pictures", you have to use an URI like this: http:= //localhost/mypictures.jar!/mydata/pictures/mypic.gif = +NOTE: It's possible to combine protocols and archives in one URI. For exam= ple, to get an jar archive via HTTP and to read the zipped picture "mypic.g= if", located in "/mydata/pictures", you have to use an URI like this: +{{{ + http://localhost/mypictures.jar!/mydata/pictures/mypic.gif +}}} = -It's important to use the ! after "mypictures.jar" to divide the path of t= he picture in the jar from the jar itself. JarProtocolExample = +It's important to use the ! after "mypictures.jar" to divide the path of t= he picture in the jar from the jar itself.