bug 344 interpretation of slashes ('/') in URI 68/5368/3
authorJozef Gloncak <jgloncak@cisco.com>
Mon, 17 Feb 2014 14:13:56 +0000 (15:13 +0100)
committerJozef Gloncak <jgloncak@cisco.com>
Tue, 18 Feb 2014 12:27:09 +0000 (13:27 +0100)
If slash (/) should be part of path parameter from URI it can be specified with %2F
placeholder.
e.g. list which key is "ke/y_1" CAN'T be specified as
list_name/ke/y_1
but should be constructed as
list_name/ke%2Fy_1

It is also necessary to add to target distribution folder
/opendaylight/configuration/config.ini
following line
org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true

Change-Id: Id07e7969247f3b60a44b808c95dac6375cebc011
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>

No differences found