Search:

Type: Posts; User: zjda; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    4,370

    Figured out

    HttpSession httpSession = ((AxisHttpSession) MessageContext.getCurrentContext().getSession()).getRep(); :lol:
  2. Replies
    2
    Views
    4,370

    SessionID for Axis servlet request

    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...
  3. Change found in FrameworkServlet.java

    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,
  4. Options request not forwarded to controller after upgrade

    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"...
Results 1 to 4 of 4