1. My HttpRequestHandler is not ServletConfigAware (why?) forum.springsource.orgMy HttpRequestHandler is not ServletConfigAware (why?) Hello, I need a ServletConfigAware servlet that I have already configured as a HttpRequestHandler @Controller invoked by HttpRequestHandlerServlet. Unfortunately, my ServletConfigAware.setServletConfig() method is never called. ... |
2. SimpleHttpInvokerServiceExporter does not implement HttpRequestHandler ??! forum.springsource.orgWhy does SimpleHttpInvokerServiceExporter not implement HttpRequestHandler ? For this reason I can not use the HttpRequestHandlerServlet for remote communication, but have to use the HttpInvokerServiceExporter. But from the javadoc I got ... |
3. Spring Framework HttpRequestHandler failure forum.springsource.orgSpring Framework HttpRequestHandler failure Hi, We have an application which communicates via REST requests made by clients. The REST requests contain "region name" and a "ID" as parameters So, a request ... |