Community
Participate
Working Groups
While all of Riena uses the java Subject to identify the logged in user, the ISessionStore uses the Principal to read and write Session information. This seems to be wrong and must be addressed after 2.0.
it seems that only read and delete have methods with Principal as parameter are wrong. In general the API is ok and the internal use of it. I have deprecated the two methods in question so that we can remove them in the next release.
Has been done with bug #349902.