Hi Erin,
that sounds odd. CSRF protection is actually disabled in WebAnno (not the best solution, but that's currently the case).
Maybe you still have some remnants of v2.3.1 hanging around?
Is WebAnno the only application in your Tomcat?
When you installed the v3.0.1 WAR, did you make sure that the working directory of Tomcat was cleared (it contains persisted sessions). What I always do on upgrade is:
- delete the old WAR from webapps
- wait until Tomcat has automatically deleted the extracted directory of the webapp (that also clears the working dir)
- stop tomcat
- start tomcat
- place the new WAR into webapps
Also, did you try reloading WebAnno in your browser by-passing/clearing the browser cache? Depending on the browser, that may require pressing the shift or CTRL key while and pressing F5 or the reload button in the toolbar.
Cheers,
-- Richard