Project

General

Profile

« Previous | Next » 

Revision d9848104

Added by Cherian Mathew over 9 years ago

DeleteResult : made serializable
remote-security : added remoting url intercept
remoting-services : made user service public
web.xml : added filter chain for securing remoting services

View differences:

cdmlib-remote-webapp/src/main/webapp/WEB-INF/web.xml
49 49
      <url-pattern>/*</url-pattern>
50 50
    </filter-mapping>
51 51

  
52
    <!--
53
      Security
54
    -->
55
    <!--
52
    <!-- Remoting Security -->
53
   
56 54
      <filter>
57 55
         <filter-name>springSecurityFilterChain</filter-name>
58 56
         <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
......
61 59
       <filter-name>springSecurityFilterChain</filter-name>
62 60
       <url-pattern>/*</url-pattern>
63 61
     </filter-mapping>
64
    -->
62

  
65 63
</web-app>

Also available in: Unified diff