HttpSession httpSession = ((AxisHttpSession) MessageContext.getCurrentContext().getSession()).getRep(); :lol:
Type: Posts; User: zjda; Keyword(s):
HttpSession httpSession = ((AxisHttpSession) MessageContext.getCurrentContext().getSession()).getRep(); :lol:
Hi all,
I use Spring DispatcherServlet and a controller to handle incoming requests and bond/retrieve user session objects with httpsessions. Now I want to expose my api methods as web service by...
I looked at the source code and found FrameworkServlet class has been changed form version 1.1 to 1.2.1. The latest version seems supporting only a few HTTP methods. Any explanation?
Regards,
After upgraded to Springframework 1.2.1, my controller cannot receive http options request from dispatcherServlet anymore. The following is from my dispatcher-servlet.xml:
<bean id="urlMapping"...