I want to use the JasperReports feature that allows to save reports output on to the server. I changed the application.properties to add path into the variable directoryWhiteList and make the path read/writeable.
After running the test report I got the following error
java.lang.NullPointerException
de.oc.integration.jasper.webapp.AppConfig.isWhitelistDirectory(Unknown Source)
de.oc.integration.jasper.webapp.ReportWrapper.service(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
Has anybody used the feature successfully or got the same issue?
Regards
Ata