SecurityException accessing theme.properites
--------------------------------------------
Key: WW-2857
URL: https://issues.apache.org/struts/browse/WW-2857
Project: Struts 2
Issue Type: Bug
Reporter: Eddy Chan
With WW-1368 (https://issues.apache.org/struts/browse/WW-1368), a bug is
introduced when security is enabled as the file system path for the
theme.properties file may not be within the webapp and thus, requires a
FilePermission to access the invalid path. Therefore, there needs to be a
catch for a SecurityException. The method of the call is in
org.apache.struts2.components.template.BaseTemplateEngine.getThemeProps(Template)
and the call is propFile.exists().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.