Exception for URI /restconf/operations/module_name:rpc ended with slash 94/5394/4
authorJozef Gloncak <jgloncak@cisco.com>
Tue, 18 Feb 2014 13:05:44 +0000 (14:05 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 24 Feb 2014 16:37:31 +0000 (16:37 +0000)
commita812fd97808299ed90e388e83c469d5f3d8348c3
treed0eacaa597cc691edd517668854c66343bad66b0
parent90fe8acf33840e84a50d6df1ed56b6f066879acf
Exception for URI /restconf/operations/module_name:rpc ended with slash

If URI of type /restconf/operations/module_name:rpc ends with slash
character (/) then exception with HTTP return code 404 and text
"Identifier IDENTIFIER_NAME can't contain slash character (/). If slash is
part of identifier name then use %2F placeholder."

Change-Id: Idbed90515280b414c10d28dc608faeee24986a29
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/api/RestconfService.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/ControllerContext.xtend
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestconfImpl.xtend