Hello, It should work fine (to the best of my knowledge). Does this sample app use them?
https://gaeshiro.appspot.com/ If they don't work, the first thing I'd look for is to see if SecurityUtils.getSubject().<whatever> works since that's pretty much what the JSP tags delegate to. I'm unaware of how GAE may allow or disallow ThreadLocals, but I *thought* they worked. HTH, Les On Sat, Dec 29, 2012 at 11:09 AM, edcincy <[email protected]> wrote: > My Java project runs locally using Jetty. I have made no settings in Jetty > to get Shiro to work. > > When testing locally, everything works fine. The JSP tags recognize an > *authenticated*/*not authenticated* user and show or hide the JSP content as > expected. > > When deployed to GAE, the Shiro tags checking for authentication > (*<shiro:authenticated>*) don't work. > > Is there a setting I'm missing to allow this to work on GAE? > > Thanks! > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Shiro-JSP-tags-not-working-on-app-engine-tp7578096.html > Sent from the Shiro User mailing list archive at Nabble.com.
