Bug #25: Installing/removing flows with "." 20/520/1
authorKalvin Hom <kahom@cisco.com>
Mon, 24 Jun 2013 20:43:23 +0000 (13:43 -0700)
committerKalvin Hom <kahom@cisco.com>
Mon, 24 Jun 2013 20:53:04 +0000 (13:53 -0700)
commit8b876deb6f9ea34a364f6dfde07761c6e386cded
tree69d72e1cb85401a4a02e24fca8456b90713ccf41
parent756b3a862090ac60968d6ea33b516964e0f24a48
Bug #25: Installing/removing flows with "."

Fix for bug #25:
Cannot remove or install flows that have a "."
in their name
http://bugs.opendaylight.org/show_bug.cgi?id=25

By default @RequestMapping is parsing for file
extension types, so anything after the "." gets
lost in the flow name.  This overrides that
behavior so the whole name in "a.b" is used.

Change-Id: I4aeba037aa34e3b61190c91cf43e599969fe5106
Signed-off-by: Kalvin Hom <kahom@cisco.com>
opendaylight/web/flows/src/main/java/org/opendaylight/controller/flows/web/Flows.java