Bug 1058: Eliminate query parameters from the Location header. 87/7287/1
authorShigeru Yasuda <s-yasuda@da.jp.nec.com>
Wed, 21 May 2014 05:19:24 +0000 (14:19 +0900)
committerShigeru Yasuda <s-yasuda@da.jp.nec.com>
Wed, 21 May 2014 06:47:27 +0000 (15:47 +0900)
commitdd3ba390fd2c3044de74ff120cd142f280ee4d01
treec7fad418e748b20b4b3483689a3f9864fd1d9c96
parentd21697b731c5c3e8c00930d928947b03350662e9
Bug 1058: Eliminate query parameters from the Location header.

Some REST APIs of the VTN Manager copy the request URI into the Location
response-header. But query parameters in the request URI should not be
copied.

Change-Id: I0ed50c9e4089f896295443b1a73dde87ffdf0321
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
(cherry picked from commit 9612a4d0066acf9f67f6d99805ae2e58996785a7)
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VBridgeInterfaceNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VBridgeNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTenantNorthbound.java
manager/northboundIT/src/test/java/org/opendaylight/vtn/manager/northbound/integrationtest/VtnNorthboundIT.java