Mantis - Resin
Viewing Issue Advanced Details
3467 minor always 04-29-09 14:23 08-27-09 19:17
ferg  
ferg  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.2  
0003467: ClusterSingleSignon
(rep by Scott Hernandez)

The default logon authenticators create an instance of
ClusterSingleSignon for use but this causes a problem as every time
something is put in cache it is null (the update count is zero on the
update query at MnodeStore.java:539). This seems to invalidate
"sessions" as every time you come back to get your Principal it is
empty. I was able to explicitly change to using the MemorySingleSignon
and that fixed the problem (no mnode cache/db/table write problems),
but this might be a bug somewhere.

Also, where would I configure which single signon instance is used in
the configuration for my webapp?


Notes
(0004193)
ferg   
08-27-09 19:17   
server/1al-