Author: rkanter
Date: Mon Feb  4 17:57:24 2013
New Revision: 1442215

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

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

Modified: 
oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java?rev=1442215&r1=1442214&r2=1442215&view=diff
==============================================================================
--- 
oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
 (original)
+++ 
oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/client/TestOozieCLI.java
 Mon Feb  4 17:57:24 2013
@@ -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/branches/branch-3.3/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1442215&r1=1442214&r2=1442215&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Mon Feb  4 17:57:24 2013
@@ -1,5 +1,6 @@
 -- Oozie 3.3.2 (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)


Reply via email to