The path is whatever you specify in your web.xml for the rpc servlet. See communicate with server<http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideCreatingServices>section in the documentation, it shows the relation between @RemoteServiceRelativePath annotation and web.xml. For spring security, you will likely copy whatever you specified in your web.xml.
--Sri On 28 April 2010 13:05, Salvatore Piccione <[email protected]> wrote: > Hi everybody! > > I'm using Spring Security in order to authenticate and authorize > client requests and I have to build a request filter. I need to know > the url path of the GWT RPC request (as I'm using that for client - > server communication). Any suggestion is welcome. > Thanks in advance. > > Regards, > > Salvatore > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
