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]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
