Well I think you can streamline spring security to forward you to a proper location once you are not logged in, ofcourse you will have to tell your GWT app to redirect (or show a differrent state) for your login.
Spring secrity has a very extnesive declarative security mechaniism, it can protect methods, static resources, domain objects, you name it. But you have to read the documentation ofcourse. I recommend going through the entire spring security page by page (thats how I learnt a few things I know and I still need to see it often) -- Shahzada Hatim On Fri, Jun 4, 2010 at 6:06 AM, Cleber Dantas Silva <[email protected]>wrote: > Shahzada, thanks for your information. > The issues that i had with rpc: > 1) when i made an rpc call and the auth session ended, the rpc went to > failure function with a 404 not found message. So, i had to implement a > method to get the error message and if 404, show login screen. Very very > dirty solution > 2) i had some issues with static files, spring security doesnt protect > static html files. Maybe i have to read more about this one. > > Thanks, > Cleber > > Em 04/06/2010 00:24, "Shahzada Hatim" <[email protected]>escreveu: > > > Nothing that I know of, and even ROO's current security setup (for non > GWT/HTML-only apps) is very basic (just gives you static admin and user with > passwords in XML). You have to customize the system if you want to use > spring security extensively. > > There is a need for plugins for Spring ROO which deal with spring security > extensively. > > What sort of RPC issues you had? > > And if would be pertinent to cross-post this issue on spring forums, and > vote an issue on ROO JIRA. > -- > Shahzada Hatim > @geoaxis on irc.freenode.net #spring > > On Fri, Jun 4, 2010 at 4:13 AM, badcluster <[email protected]> wrote: > >> > >> > Hi! >> > >> > Without Roo i had to implement a lot of workaround code on my project >> > to work with Spr... >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine for Java" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine-java%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
