You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by nhhockeyplayer nashua <nh...@hotmail.com> on 2013/01/06 22:45:06 UTC

shiro on tapestry

Folks,

i am operating shiro on tapestry.

but my doGetAuthenticationInfo(...) is called twice for every currentSubject.login(...) call

I cannot even implement a hit counter without the count being doubled at increment within the realm.

is there a workaorund for this? or do i have to live with doubled hit counts?

Thanks in advance


 		 	   		  

RE: shiro on tapestry

Posted by nhhockeyplayer nashua <nh...@hotmail.com>.
Well its strange

I see in debugger two invocations of the method

and two increments of my counter.

but only one lands in the database.

very strange

even after logout and shutdown...

hitcount == 1