Bug 8072: Fix decoding of URLs with external identityref 89/53789/3
authorMarek Gradzki <mgradzki@cisco.com>
Fri, 24 Mar 2017 09:49:52 +0000 (10:49 +0100)
committerMarek Gradzki <mgradzki@cisco.com>
Mon, 10 Apr 2017 07:53:41 +0000 (07:53 +0000)
commit6143889e3ac88c0b19e4da61a2ddf41b42389268
tree9d55f319e16720b765ef7437b46af513af7d4cf6
parent751b3f739cb75bef573f0c9390a84800f5e4dcce
Bug 8072: Fix decoding of URLs with external identityref

Mount point schema (rather than global) should be used
to decode identitirefs defined in external modules.

Change-Id: I51f135fe0cd5ceee39d5a2e6f0fc62631cf4437b
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/ControllerContext.java
restconf/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bug8072Test.java [new file with mode: 0644]