David Vittor created JSPWIKI-877: ------------------------------------ Summary: Fix jspwiki.properties to make filterConfig and policy.file consistant with user and group database Key: JSPWIKI-877 URL: https://issues.apache.org/jira/browse/JSPWIKI-877 Project: JSPWiki Issue Type: Bug Components: Core & storage Affects Versions: 2.10.1 Reporter: David Vittor
Currently adding the following properties does not work: * jspwiki.policy.file=C:/temp/jspwiki-custom.policy * jspwiki.filterConfig=C:/temp/jspwiki-filters.xml The policy file only checks certain locations, and not fully qualified paths. The filterConfig has the same problem, but does work in linux, but not in windows as this expects a URL, e.g. file:/C:/temp/... but this causes a SEVERE filterStart error in tomcat. -- This message was sent by Atlassian JIRA (v6.3.4#6332)