On Jan 31, 2008 12:29 PM, Marat Radchenko <[EMAIL PROTECTED]> wrote: > 2008/1/31, Scott Battaglia <[EMAIL PROTECTED]>: > > > > <snip /> > > > > True, it will hold on to it. Its designed for the "in-memory" case. If > > we don't store the reference in memory then I don't know how to gain a > > reference to that session. I don't think the Servlet API exposes a method, > > does it? I'd prefer not to use container specific versions if possible > > (because I'm assuming individual containers have a method of retrieving a > > session based on id). > > > > I suggest using simple hashmap-based implementation but providing > extension point to allow customizations. Servlet API doesn't have means of > accessing session, however application developers will at least have > possibility to write container-specific management. >
Take a look at what I just put in Subversion when you get a chance. I introduced a SessionMappingStorage (default: HashMap-based). Not sure if the API is going to be enough to allow for container specific management. > > <snip /> > > > > I resolved your JIRA issue about the "totally broken" part :-). It > > should actually now work in Spring. I added some test cases and a simple > > Spring configuration example. If we don't resolve the above Session stuff > > soon I'll cut an RC3 so other people can try out the fix for the Spring > > stuff (though you can also check it out from Subversion) > > > > Great! Except for mentioned bug cas-client-3.1-rc2 perfectly works for us. > Signing in, proxy stuff and single sign out. The only thing we didn't try is > AuthenticationFilter because we use Acegi Security integration. > Thanks for trying it out! I'm probably going to cut RC3 tomorrow with a goal of GA by early next week. -Scott > > P.S. CAS rocks ;) > > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > > -- -Scott Battaglia LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
