You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by tu...@apache.org on 2012/09/29 02:03:25 UTC

svn commit: r1391702 - in /oozie/trunk: core/src/test/java/org/apache/oozie/client/TestOozieCLI.java release-log.txt

Author: tucu
Date: Sat Sep 29 00:03:25 2012
New Revision: 1391702

URL: http://svn.apache.org/viewvc?rev=1391702&view=rev
Log:
OOZIE-1003 TestOozieCLI.testSubmitDoAs() should disable anonymous request (tucu)

Modified:
    oozie/trunk/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
    oozie/trunk/release-log.txt

Modified: oozie/trunk/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
URL: http://svn.apache.org/viewvc/oozie/trunk/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java?rev=1391702&r1=1391701&r2=1391702&view=diff
==============================================================================
--- oozie/trunk/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java (original)
+++ oozie/trunk/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java Sat Sep 29 00:03:25 2012
@@ -235,6 +235,7 @@ public class TestOozieCLI extends DagSer
     }
 
     public void testSubmitDoAs() throws Exception {
+        setSystemProperty("oozie.authentication.simple.anonymous.allowed", "false");
         runTest(END_POINTS, SERVLET_CLASSES, IS_SECURITY_ENABLED, new Callable<Void>() {
             public Void call() throws Exception {
                 String oozieUrl = getContextURL();

Modified: oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1391702&r1=1391701&r2=1391702&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Sat Sep 29 00:03:25 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.4.0 release (trunk - unreleased)
 
+OOZIE-1003 TestOozieCLI.testSubmitDoAs() should disable anonymous request (tucu)
 OOZIE-1004 Oozie client needs to bundle slf4j JARs (tucu)
 OOZIE-1000 Remove Yahoo branding from docs, tests, etc (rkanter via virag)
 OOZIE-999 XLogStreamer requires log4j.appender.oozie.layout.ConversionPattern to contain a "-" (dash) or streaming logs to web UI and CLI don't work (rkanter via virag)