1

we have problem with shiro returning results from another logged user. Our setup is JBOSS AS 7.1.1., Apache Shiro 1.2.1, Vaadin 7.1.6 and ObjectDB 2.4.6.

Thing is that when we have multiple users logged in to the application users get data within grids/tabels from another logged user. Also when we use subject.getPrincipal Shiro returns user name from another logged user.

Plase if anybody can help on this.

Kind regards.

user1200936
  • 21
  • 1
  • 3
  • Might be that you have push activated? The look here http://mikepilone.blogspot.ch/2013/07/vaadin-shiro-and-push.html – André Schild Dec 13 '13 at 07:56
  • Yes, that may be it.Thanks for a great tip. Regards – user1200936 Dec 13 '13 at 15:10
  • Hi we tried with diasabling the push,but it didnt resolve the issue altough we resolved some other issues. – user1200936 Dec 20 '13 at 15:00
  • 1
    It seems we forgot to add ShiroFilter in our web.xml. Here is the link of our other question: [link](http://stackoverflow.com/questions/20706567/mixing-user-session-data-in-jboss) – user1200936 Dec 26 '13 at 08:59
  • I've got ShiroFilter defined in my web.xml but I'm seeing the same issue. Any idea what could be going on? – Shadowman Mar 16 '15 at 15:28
  • Hi Shadowman! Do you have static fields/methods in your application? Maybe table declared as static or something similar? – user1200936 Mar 17 '15 at 00:13

0 Answers0