Hi Folks,
I know this has been covered off here before, but in 4.7.1 this no-longer seems to work. When I call the URL I get the following exception:
My applicationContext-security-web.xml file looks like:
<bean class="org.springframework.security.intercept.web.FilterSecurityInterceptor" id="filterInvocationInterceptor"> <property name="authenticationManager"> <ref bean="authenticationManager" /> </property> <property name="accessDecisionManager"> <ref bean="httpRequestAccessDecisionManager" /> </property> <!-- <property name="runAsManager"><ref bean="runAsManager"/></property> --> <property name="objectDefinitionSource"> <value>CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON PATTERN_TYPE_APACHE_ANT /fileview/**=ROLE_ANONYMOUS,ROLE_USER,ROLE_ADMINISTRATOR</value> </property> </bean>
My URL I am using looks like:
http://192.168.254.131:8080/jasperserver-pro/fileview/fileview/reports/s...
I have checked the permission on the samples folder, and anonymous has read-only.
Any ideas ?
Thanks, I must be doing it wrong. Just installed a vanilla 5.0 server and configured it the same way and got the same error.
Exie,
Did you get this working?