Convert rcf8040 from web.xml to programmtic web API 69/71269/4
authorTom Pantelis <tompantelis@gmail.com>
Tue, 24 Apr 2018 18:48:30 +0000 (14:48 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Thu, 26 Apr 2018 15:33:41 +0000 (11:33 -0400)
commit3f61fe753299d330228e00bab6118070fedb006a
treec3785903c18b3b6e93df8303ab15cccb3795cb70
parent73bc92edf590d470c6f5c7bfde33bdd79c572b6a
Convert rcf8040 from web.xml to programmtic web API

To simplify, the noauth feature was removed. Since this is
a new API, it's been decided not to carry it forward. The
noauth feature for the bierman02 implementation was put in
and kept for legacy reasons.

Change-Id: Ic432b175fae62caee8cc641bb77c19f38a5ab6f6
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
12 files changed:
features/restconf/features-restconf/pom.xml
features/restconf/odl-restconf-nb-rfc8040-noauth/pom.xml [deleted file]
features/restconf/odl-restconf-nb-rfc8040/pom.xml
features/restconf/pom.xml
restconf/restconf-nb-rfc8040/pom.xml
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/RestconfApplication.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/handlers/DOMMountPointServiceHandler.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/handlers/SchemaContextHandler.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/services/wrapper/ServicesWrapper.java
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/web/WebInitializer.java [new file with mode: 0644]
restconf/restconf-nb-rfc8040/src/main/resources/WEB-INF/web.xml [deleted file]
restconf/restconf-nb-rfc8040/src/main/resources/org/opendaylight/blueprint/restconf-bp.xml