Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 64199 invoked from network); 17 Jun 2005 14:11:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jun 2005 14:11:00 -0000 Received: (qmail 85062 invoked by uid 500); 17 Jun 2005 14:10:59 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 84986 invoked by uid 500); 17 Jun 2005 14:10:55 -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 List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 84947 invoked by uid 99); 17 Jun 2005 14:10:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2005 07:10:53 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 64511471 for ; Fri, 17 Jun 2005 16:10:24 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: docs@cocoon.apache.org Date: Fri, 17 Jun 2005 14:10:24 -0000 Message-ID: <20050617141024.7831.12969@ajax.apache.org> Subject: [Cocoon Wiki] Trivial Update of "SitemapURIModule" by NicoVerwer X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification. The following page has been changed by NicoVerwer: http://wiki.apache.org/cocoon/SitemapURIModule ------------------------------------------------------------------------------ "/a/b/c/d" - "e" = ??? - As far as I can see, this is not easily solved in the input module itself. Somehow, the base-sitemap-URI should be computed at the start of the request. + As far as I can see, this is not easily solved in the input module itself. + However, the sitemap-base-URI is available internally in the (Http)Environment of the (Http)Request, through the getURIPrefix() method. All that is needed is to make this available. I will try to do that, and tell about it here - and submit a patch if I am successful.