Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 63390 invoked from network); 12 Jan 2005 21:20:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 21:20:20 -0000 Received: (qmail 94466 invoked by uid 500); 12 Jan 2005 21:20:18 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 94410 invoked by uid 500); 12 Jan 2005 21:20:17 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 94397 invoked by uid 99); 12 Jan 2005 21:20:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of peter.hunsberger@gmail.com designates 64.233.184.204 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 12 Jan 2005 13:20:16 -0800 Received: by wproxy.gmail.com with SMTP id 71so440146wri for ; Wed, 12 Jan 2005 13:20:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=blo5OB9ECw9tX97Ed83hvSMUp6cgCHVoT8AeHxTpei5RD9rFlFA4Gc/D4WKqzpDEvHGEyUSK/ytT4+K52tBCEyuxyDFS/35dPL1A7UFiEPhA471rTFhH+h+RC4f0ME9L5Z8OJ9FdbfR1/xzcnA7g7LkZBrq+WAzLHqoXx2bWP40= Received: by 10.54.7.53 with SMTP id 53mr64094wrg; Wed, 12 Jan 2005 13:20:13 -0800 (PST) Received: by 10.54.37.21 with HTTP; Wed, 12 Jan 2005 13:20:13 -0800 (PST) Message-ID: Date: Wed, 12 Jan 2005 15:20:13 -0600 From: Peter Hunsberger Reply-To: Peter Hunsberger To: dev@cocoon.apache.org Subject: Re: [RT] Escaping Sitemap Hell In-Reply-To: <7F11B78A-64D4-11D9-A9E3-000393B3DE96@hard-bop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41D80F5C.8060504@apache.org> <41DEE2C6.5030402@apache.org> <3FE90DA5-6105-11D9-A1AC-000393B3DE96@hard-bop.com> <2E0BBE22-61D8-11D9-A1AC-000393B3DE96@hard-bop.com> <6CB0F5D0-64C4-11D9-A9E3-000393B3DE96@hard-bop.com> <7F11B78A-64D4-11D9-A9E3-000393B3DE96@hard-bop.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, 12 Jan 2005 13:59:41 -0600, Glen Ezkovich wrote: > > > I'm just curious as to what type of information is contained your URLs > that enables continuation and what the applications do first when a > user continues. It varies, but basically: location/screen.type?parameters where parameters are request parameters that vary by screen and type and qualify the instance of the screen. We sometimes add a third qualifier to type but it's not involved in session recovery that I know of. As mentioned earlier, this essentially maps to: package.object.method( parameters ) on the front end, but that's not 100%, flow script can mangle the mapping completely in some cases and even in the generic case there's a lookup substitution. -- Peter Hunsberger