You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/11/10 18:14:28 UTC

nifi git commit: NIFI-655: - Removing unused filter.

Repository: nifi
Updated Branches:
  refs/heads/NIFI-655 e2f7eba7c -> 2e158d15b


NIFI-655:
- Removing unused filter.

Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/2e158d15
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/2e158d15
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/2e158d15

Branch: refs/heads/NIFI-655
Commit: 2e158d15bea0749e5437559403a7ef6657c756fd
Parents: e2f7eba
Author: Matt Gilman <ma...@gmail.com>
Authored: Tue Nov 10 12:14:03 2015 -0500
Committer: Matt Gilman <ma...@gmail.com>
Committed: Tue Nov 10 12:14:03 2015 -0500

----------------------------------------------------------------------
 .../nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/web.xml    | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/2e158d15/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/web.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/web.xml
index 17f4e41..232dbce 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/web.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/WEB-INF/web.xml
@@ -146,15 +146,6 @@
         <url-pattern>/*</url-pattern>
     </filter-mapping>
     
-    <filter>
-        <filter-name>springSecurityFilterChain</filter-name>
-        <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
-    </filter>
-    <filter-mapping>
-        <filter-name>springSecurityFilterChain</filter-name>
-        <url-pattern>/*</url-pattern>
-    </filter-mapping>
-    
     <welcome-file-list>
         <welcome-file>canvas.jsp</welcome-file>
         <welcome-file>/WEB-INF/pages/canvas.jsp</welcome-file>