From issues-return-14629-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Tue Mar 16 14:48:51 2010 Return-Path: Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: (qmail 39986 invoked from network); 16 Mar 2010 14:48:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Mar 2010 14:48:51 -0000 Received: (qmail 42762 invoked by uid 500); 16 Mar 2010 14:48:50 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 42703 invoked by uid 500); 16 Mar 2010 14:48:50 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 42625 invoked by uid 99); 16 Mar 2010 14:48:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Mar 2010 14:48:50 +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; Tue, 16 Mar 2010 14:48:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3CD12234C4AF for ; Tue, 16 Mar 2010 14:48:27 +0000 (UTC) Message-ID: <1032129880.289741268750907248.JavaMail.jira@brutus.apache.org> Date: Tue, 16 Mar 2010 14:48:27 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Subject: [jira] Resolved: (WW-2865) Plugin Disables the Ability to mix jsp and freemarker decorators 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/WW-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart resolved WW-2865. ------------------------------- Resolution: Fixed Fix Version/s: 2.2.0 Assignee: Lukasz Lenart Resolved with WW-3296 > Plugin Disables the Ability to mix jsp and freemarker decorators > ----------------------------------------------------------------- > > Key: WW-2865 > URL: https://issues.apache.org/jira/browse/WW-2865 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - SiteMesh > Affects Versions: 2.1.3, 2.1.4, Future > Reporter: Matthew Payne > Assignee: Lukasz Lenart > Fix For: 2.2.0 > > > If one looks at the sitemesh example application, an application can have both Freemarker and JSP decorators. > In the sitemesh plugin filter aka ---> > > sitemesh > > org.apache.struts2.sitemesh.FreeMarkerPageFilter > > > The logic blinding thinks that all decorators in decorators.xml are freemarker templates. > This would make a configuration such as below impossible ---> > > /velocity.html > > > /freemarker.html > > > /agent.jsp > > I would like to also note. > The related issues https://issues.apache.org/struts/browse/WW-1744 > and https://issues.apache.org/struts/browse/WW-2246 > Further cripple flexibility. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.