My 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. ...
Why 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 ...
Spring 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 ...