Can you post your web.xml On Dec 22, 1:56 am, zixzigma <[email protected]> wrote: > the default URL for RequestFactoryServlet is /gwtRequest. > > I have configured Spring, I have ContextLoaderListener and > DispatcherServlet, > they suppose to be the first to get initialized (bootstrapping > application context) > > however, I notice GWT client connects "directly" to /gwtRequest > > is there anyway to change this behaviour ? > > I think about writing a Filter, but when the DispatcherServlet is not > invoked, > probably neither will the Servlet Filter. > > I have conducted my experiments in test environment with JRE and > GWTTestCase, > in both cases the Server call is directly to the > RequestFactoryServlet, > and Spring's DispatcherServlet is completely ignored. > > why is that, and how to change it ? > > especially when adding Spring security filter. > > if running in production mode, it might work, > because it would be within the container i guess, but I am not sure. > > I would like to see some suggestions and feedback on this. > > Thank You
-- 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.
