Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 73451 invoked from network); 12 Jan 2008 18:49:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2008 18:49:23 -0000 Received: (qmail 17309 invoked by uid 500); 12 Jan 2008 18:49:12 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 17278 invoked by uid 500); 12 Jan 2008 18:49:12 -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 17267 invoked by uid 99); 12 Jan 2008 18:49:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 10:49:12 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.67] (HELO cocoon.zones.apache.org) (140.211.11.67) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 18:48:56 +0000 Received: from cocoon.zones.apache.org (localhost [127.0.0.1]) by cocoon.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id m0CImwYB024926 for ; Sat, 12 Jan 2008 18:48:58 GMT Message-ID: <24648051.1200163738597.JavaMail.daisy@cocoon.zones.apache.org> Date: Sat, 12 Jan 2008 18:48:58 +0000 (GMT+00:00) From: daisy@cocoon.zones.apache.org To: docs@cocoon.apache.org Subject: [DAISY] Updated: Overview Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1412.html Document ID: 1412 Branch: main Language: default Name: Overview (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 1/12/08 6:48:45 PM Updated by: Grzegorz Kossakowski A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 1714 bytes (previous version: 1487 bytes) Content diff: (33 equal lines skipped) When request is being handled by the DispatcherServlet it scans list of registered servlets, checking if mount-path property of any servlet matches request's path. If such servlet is found DispatcherServlet dispatches request --- with fragment matching mount-path omitted.

+++ with fragment matching mount-path omitted.

Following diagram illustrates the process.

---

+++

+++

The fact that mount-path is being omitted frees servlet implementator from +++ bothering about it at development stage and makes it easy to configure +++ mount-path property at deployment stage.

+++