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.

Reply via email to