camunda-consulting / camunda-7-code-examples

Examples and demo applications built by the camunda consulting team

Home Page:http://camunda.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springboot-customized-webapps always brings up errors

billbarni opened this issue · comments

If I ever use a customized webjar with spring security, Camunda always throw the error:

Caused by: javax.servlet.ServletException: Could not read security filter config file '/securityFilterRules.json': no such resource in servlet context.
	at org.camunda.bpm.spring.boot.starter.webapp.filter.ResourceLoadingSecurityFilter.loadFilterRules(ResourceLoadingSecurityFilter.java:45) ~[camunda-bpm-spring-boot-starter-webapp-core-7.18.0.jar:7.18.0]
	at org.camunda.bpm.webapp.impl.security.filter.SecurityFilter.init(SecurityFilter.java:93) ~[camunda-webapp-7.18.0-classes.jar:7.18.0]
	at org.camunda.bpm.spring.boot.starter.webapp.filter.LazyDelegateFilter.lazyInit(LazyDelegateFilter.java:46) ~[camunda-bpm-spring-boot-starter-webapp-core-7.18.0.jar:7.18.0]
	... 22 common frames omitted

Or if I try to update to version 7.18 I get:

Unresolved plugin: 'org.codehaus.mojo:license-maven-plugin:1.14'