Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 89592 invoked from network); 27 Apr 2009 21:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Apr 2009 21:38:54 -0000 Received: (qmail 80197 invoked by uid 500); 27 Apr 2009 21:38:53 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 80084 invoked by uid 500); 27 Apr 2009 21:38:53 -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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 80076 invoked by uid 99); 27 Apr 2009 21:38:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 21:38:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 21:38:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8109E234C004 for ; Mon, 27 Apr 2009 14:38:30 -0700 (PDT) Message-ID: <283447138.1240868310526.JavaMail.jira@brutus> Date: Mon, 27 Apr 2009 14:38:30 -0700 (PDT) From: "Grzegorz Kossakowski (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Assigned: (COCOON-2239) Add support for servlet protocol in flow's sendPage In-Reply-To: <91606960.1219146584431.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz Kossakowski reassigned COCOON-2239: -------------------------------------------- Assignee: (was: Grzegorz Kossakowski) I don't plan to work on this issue in foreseeable future so I leave it unassigned. > Add support for servlet protocol in flow's sendPage > --------------------------------------------------- > > Key: COCOON-2239 > URL: https://issues.apache.org/jira/browse/COCOON-2239 > Project: Cocoon > Issue Type: Task > Components: - Components: Sitemap, - Flowscript > Affects Versions: 2.2-dev (Current SVN) > Reporter: Grzegorz Kossakowski > > The idea of this task is introduce support for servlet: protocol in sendPage calls. > Current behaviour is that if one called sendPage("some/path") it will get translated into redirection to "cocoon:/some/path" so any custom protocol is disallowed in sendPage calls. > I would like to introduce support for sendPage("servlet:/some/path") calls that explicitly make use of servlet: protocol. In such case, processing should be redirected to ServletSource and SSF machinery. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.