Repository: oozie
Updated Branches:
  refs/heads/master 19f87e24f -> 35451d505


OOZIE-2427 [Kerberos] Authentication failure for the javascript resources under 
/ext-2.2 (lianggz via andras.piros)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/35451d50
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/35451d50
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/35451d50

Branch: refs/heads/master
Commit: 35451d50529634c9ce8730abe782bd4cf182b9a1
Parents: 19f87e2
Author: Andras Piros <andras.pi...@cloudera.com>
Authored: Mon Apr 23 10:41:57 2018 +0200
Committer: Andras Piros <andras.pi...@cloudera.com>
Committed: Mon Apr 23 10:41:57 2018 +0200

----------------------------------------------------------------------
 release-log.txt                        | 1 +
 webapp/src/main/webapp/WEB-INF/web.xml | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/35451d50/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 7b6b906..4e026f5 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-2427 [Kerberos] Authentication failure for the javascript resources 
under /ext-2.2 (lianggz via andras.piros)
 OOZIE-3221 Rename DEFAULT_LAUNCHER_MAX_ATTEMPS (dbist13 via andras.piros)
 OOZIE-3222 The description for DAG is not accurate in the documentation 
(gongchuanjie via gezapeti)
 OOZIE-3192 OozieDBCLI does not clean up temporary files (Prabhu Joseph via 
gezapeti)

http://git-wip-us.apache.org/repos/asf/oozie/blob/35451d50/webapp/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/webapp/src/main/webapp/WEB-INF/web.xml 
b/webapp/src/main/webapp/WEB-INF/web.xml
index c021092..2edbdf1 100644
--- a/webapp/src/main/webapp/WEB-INF/web.xml
+++ b/webapp/src/main/webapp/WEB-INF/web.xml
@@ -313,11 +313,6 @@
 
     <filter-mapping>
         <filter-name>authenticationfilter</filter-name>
-        <url-pattern>/ext-2.2/*</url-pattern>
-    </filter-mapping>
-
-    <filter-mapping>
-        <filter-name>authenticationfilter</filter-name>
         <url-pattern>/docs/*</url-pattern>
     </filter-mapping>
 

Reply via email to