X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fstaticrouting%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fweb.xml;h=4a040c1a1f861e3f38e0bf762cb5170832710b19;hp=da8937e89f73c7413c4c70b237f9d38a5c3f1c4a;hb=bfe1f4b13e07f7b4f4f19e8f0b5f8ab5e619de0b;hpb=29f7cfb54b580928c7feac63abce028a7014b0d5 diff --git a/opendaylight/northbound/staticrouting/src/main/resources/WEB-INF/web.xml b/opendaylight/northbound/staticrouting/src/main/resources/WEB-INF/web.xml index da8937e89f..4a040c1a1f 100644 --- a/opendaylight/northbound/staticrouting/src/main/resources/WEB-INF/web.xml +++ b/opendaylight/northbound/staticrouting/src/main/resources/WEB-INF/web.xml @@ -1,11 +1,10 @@ - + JAXRSStaticRouting - com.sun.jersey.spi.spring.container.servlet.SpringServlet + com.sun.jersey.spi.container.servlet.ServletContainer javax.ws.rs.Application org.opendaylight.controller.forwarding.staticrouting.northbound.StaticRoutingNorthboundRSApplication @@ -13,30 +12,39 @@ http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" 1 - - JAXRSStaticRouting - /* - - + + JAXRSStaticRouting + /* + - - org.springframework.web.context.ContextLoaderListener - + + + NB api + /* + + + System-Admin + Network-Admin + Network-Operator + Container-User + + - - contextConfigLocation - /WEB-INF/spring/*.xml - + + System-Admin + + + Network-Admin + + + Network-Operator + + + Container-User + - - springSecurityFilterChain - - org.springframework.web.filter.DelegatingFilterProxy - - - - - springSecurityFilterChain - /* - + + BASIC + opendaylight + \ No newline at end of file