User manager to properly handle authenticated users with no authorization
[controller.git] / opendaylight / web / root / src / main / resources / WEB-INF / jsp / login.jsp
index 431f23aa23ef9e906830517a9579f3d3163c2e8a..b9d32b1d3de0b324641cbb9b1738c4e0ed0b3af7 100644 (file)
@@ -34,7 +34,7 @@
        <script src="/js/less-1.3.3.min.js"></script>
 </head>
 <body>
-  <form action="<c:url value='j_spring_security_check' />" id="form" method="post">
+  <form action="<c:url value='j_security_check' />" id="form" method="post">
 
   <div class="container">
     <div class="content">
@@ -54,4 +54,4 @@
   </div> 
   </form>
 </body>
-</html>
\ No newline at end of file
+</html>