Jump to content
We've recently updated our Privacy Statement, available here ×

Session Error


vseerla

Recommended Posts

when i am providing dynamic values at runtime to generate a report .... in Jasperserver 3.7.1

Session Error popup message getting...

in the log file : StatefulPersistanceContext.java Narrow Proxy to class com.jaspersoft.jasperserver.metadata.jasperreports.domain.impl.datasource.RepoJdbcDatasource-this operation Breaks

CommonsLoggingOutput.java:75 A request has been denied  as a potential  CSRF attack.

 

please help me out....

Thanks & Regards

venkat 



Post Edited by vseerla at 04/27/2011 08:20



Post Edited by vseerla at 04/27/2011 09:25



Post Edited by vseerla at 04/27/2011 09:25
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Seems like something you're doing triggers the built in cross site scripting security check. If you want to disable that (ie you trust your users) then:

 

in the file WEB-INF/web.xml find:

 

<servlet-class>org.directwebremoting.spring.DwrSpringServlet</servlet-class>

<init-param>

<param-name>debug</param-name>

<param-value>true</param-value>

 

and add:

 

<param-name>crossDomainSessionSecurity</param-name>

<param-value>false</param-value>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...