pmt02 / edukapp

Automatically exported from code.google.com/p/edukapp
Apache License 2.0
0 stars 0 forks source link

session error (while instantiating a widget) #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Known isuue of the dist version of wookie and related to dwr library trying to 
prevent crsf attacks

To overpass add in web.xml

<init-param>
   <param-name>crossDomainSessionSecurity</param-name>
   <param-value>false</param-value>
</init-param>

in the dwr-invoker servlet

Original issue reported on code.google.com by anast...@gmail.com on 31 Jan 2012 at 5:16