[
https://issues.apache.org/jira/browse/WW-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228603#comment-15228603
]
ASF subversion and git services commented on WW-4622:
-----------------------------------------------------
Commit 5ce807aaea3b3efc1c8de2c064b43052b0b8c73b in struts's branch
refs/heads/support-2-3 from [~aleksandr-m]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=5ce807a ]
WW-4622 - Adds fallback to static config definitions to allow work in
restricted envs (cherry picked from 6770b35), getRealPath NPE check; WW-4623,
WW-4624 - Adds support for multiple tiles defintions (cherry picked from
c12cd61)
> [struts2-tiles-plugin] [2.3.28]
> [StrutsWildcardServletTilesApplicationContext] getRealPath
> ------------------------------------------------------------------------------------------
>
> Key: WW-4622
> URL: https://issues.apache.org/jira/browse/WW-4622
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - Tiles
> Affects Versions: 2.3.28
> Reporter: Sebastien Leboucher
> Priority: Blocker
> Fix For: 2.3.29
>
>
> Hi,
> Since version 2.3.28, the "struts2-tiles-plugin" API introduce a new listener
> (StrutsWildcardServletTilesApplicationContext).
> This listener make a call to ServletContext.getRealPath method.
> However this method can't be used with a tomcat "unpackWARs=false" deployment
> scheme (https://wiki.apache.org/tomcat/RemoveUnpackWARs).
> Cause when war file is not exploded, this method return always "null".
> So i get a NullPointerException during context loading !
> Could you restore a classpath context loading ? As in the previous version ?
> thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)