Hi Will, This is really cool - thanks very much for sharing!
Hopefully this will be even easier in Shiro 2.x when we hope to 'generify' much of our web support to not be so Servlet specific. -- Les Hazlewood | @lhazlewood CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282 On Tue, Apr 23, 2013 at 11:04 AM, Will Sargent <[email protected]> wrote: > Hi all, > > I've updated the Play integration to Shiro to 2.1, and stuck a warning on it > as I haven't subjected it to any kind of testing. > > Play doesn't use the Servlet API, so I couldn't use the shiro-web > integration -- to ensure that sessions are never created, I looked at the > web security manager, subject context and subject factory, and made sure > anything that pointed to a new session simply returned null. > > Code appears to work correctly -- let me know if there's something bizarrely > wrong or missing in it. > > https://github.com/wsargent/play-shiro > > Will.
