Added Missing DELETE to allowed CORS methods. 07/3807/1
authorThomas Bachman <tbachman@yahoo.com>
Tue, 17 Dec 2013 02:09:44 +0000 (18:09 -0800)
committerThomas Bachman <tbachman@yahoo.com>
Tue, 17 Dec 2013 02:41:43 +0000 (18:41 -0800)
Change-Id: I4415666588fec3bb7f7c11b4850817ad006a8353
Signed-off-by: Thomas Bachman <tbachman@yahoo.com>
opendaylight/northbound/subnets/src/main/resources/WEB-INF/web.xml

index 2300b8da400d6f15f46812f868c3e262b30b32df..7e0d465256fa63b5af631ce76e4fb078ef257c28 100644 (file)
@@ -25,7 +25,7 @@
           </init-param>
           <init-param>
             <param-name>cors.allowed.methods</param-name>
-            <param-value>GET,POST,HEAD,OPTIONS,PUT</param-value>
+            <param-value>GET,POST,HEAD,OPTIONS,PUT,DELETE</param-value>
           </init-param>
           <init-param>
             <param-name>cors.allowed.headers</param-name>