Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF2EF18280 for ; Tue, 19 Jan 2016 07:36:40 +0000 (UTC) Received: (qmail 39444 invoked by uid 500); 19 Jan 2016 07:36:40 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 39409 invoked by uid 500); 19 Jan 2016 07:36:40 -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 39358 invoked by uid 99); 19 Jan 2016 07:36:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2016 07:36:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 58F182C14F2 for ; Tue, 19 Jan 2016 07:36:40 +0000 (UTC) Date: Tue, 19 Jan 2016 07:36:40 +0000 (UTC) From: "Lukasz Lenart (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (WW-4412) Context started without being closed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart resolved WW-4412. ------------------------------- Resolution: Fixed I think this has got resolved with upgrade to Tiles 3 in WW-4584 > Context started without being closed > ------------------------------------ > > Key: WW-4412 > URL: https://issues.apache.org/jira/browse/WW-4412 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Tiles > Affects Versions: 2.3.16.3 > Reporter: Hazem Taji > Fix For: 2.5 > > Attachments: tiles-test.zip > > > In the TilesResult class, in doExecute, a context is started but not ended. This causes the context stack later to have extra irrelevant contexts. > The problem prevents the use of tags where actions have tile results and results in the tile attributes being unrecognized. -- This message was sent by Atlassian JIRA (v6.3.4#6332)