From issues-return-22861-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Tue Dec 17 07:54:10 2013 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 9C1E710F43 for ; Tue, 17 Dec 2013 07:54:10 +0000 (UTC) Received: (qmail 74040 invoked by uid 500); 17 Dec 2013 07:54:09 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 74007 invoked by uid 500); 17 Dec 2013 07:54:08 -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 73983 invoked by uid 99); 17 Dec 2013 07:54:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Dec 2013 07:54:07 +0000 Date: Tue, 17 Dec 2013 07:54:07 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4260) themes.properties cannot be loaded using ServletContext 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-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850212#comment-13850212 ] ASF subversion and git services commented on WW-4260: ----------------------------------------------------- Commit 1551478 from [~lukaszlenart] in branch 'struts2/trunk' [ https://svn.apache.org/r1551478 ] WW-4260 Uses ServletContext to load themes.properties from > themes.properties cannot be loaded using ServletContext > ------------------------------------------------------- > > Key: WW-4260 > URL: https://issues.apache.org/jira/browse/WW-4260 > Project: Struts 2 > Issue Type: Improvement > Components: Integration > Affects Versions: 2.3.16 > Reporter: Lukasz Lenart > Assignee: Lukasz Lenart > Priority: Minor > Fix For: 2.3.17 > > > Right now when defining a new theme and overriding just separated files, all the files and themes.properties must lay under classpath (e.g. in {{src/main/resources}} when using Maven). > This all is because {{TemplateEngine}} doesn't use {{ServletContext}} to resolve path to {{themes.properties}}. -- This message was sent by Atlassian JIRA (v6.1.4#6159)