Skip to Content.
Sympa Menu

grouper-users - [grouper-users] consistent CSRF error with Tomcat 6.0.45

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] consistent CSRF error with Tomcat 6.0.45


Chronological Thread 
  • From: Scott Koranda <>
  • To: grouper-users <>
  • Subject: [grouper-users] consistent CSRF error with Tomcat 6.0.45
  • Date: Mon, 28 Mar 2016 22:06:30 -0500

Hi,

For what it is worth, the issue reported and detailed in this thread by Baron Fujimoto


regarding consistent CSRF errors with a recent release of Tomcat 8 also affects the latest release of Tomcat 6, specifically 6.0.45.

A work around is to change in the Tomcat configuration

<Context docBase="/opt/grouper/grouper.ui-2.2.2/dist/grouper" path="/grouper" reloadable="false" />

to

<Context docBase="/opt/grouper/grouper.ui-2.2.2/dist/grouper" path="/grouper" reloadable="false" mapperContextRootRedirectEnabled="true" mapperDirectoryRedirectEnabled="true"/>

I have added a note to


If the above workaround is not appropriate for some reason please let me know and I will undo that change.

Thanks,

Scott K


  • [grouper-users] consistent CSRF error with Tomcat 6.0.45, Scott Koranda, 03/29/2016

Archive powered by MHonArc 2.6.16.

Top of Page