Author: rkanter
Date: Tue Feb 5 21:20:15 2013
New Revision: 1442752
URL: http://svn.apache.org/viewvc?rev=1442752&view=rev
Log:
OOZIE-1188 Typo in documentation for using login server example (rkanter)
Modified:
oozie/branches/branch-3.3/docs/src/site/twiki/ENG_Custom_Authentication.twiki
oozie/branches/branch-3.3/release-log.txt
oozie/branches/branch-3.3/release-log.txt.orig
Modified:
oozie/branches/branch-3.3/docs/src/site/twiki/ENG_Custom_Authentication.twiki
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/docs/src/site/twiki/ENG_Custom_Authentication.twiki?rev=1442752&r1=1442751&r2=1442752&view=diff
==============================================================================
---
oozie/branches/branch-3.3/docs/src/site/twiki/ENG_Custom_Authentication.twiki
(original)
+++
oozie/branches/branch-3.3/docs/src/site/twiki/ENG_Custom_Authentication.twiki
Tue Feb 5 21:20:15 2013
@@ -187,7 +187,7 @@ in this property are contained in the us
be used.
<verbatim>
<property>
- <name>alt-kerberos.non-browser.user-agents</name>
+ <name>oozie.authentication.alt-kerberos.non-browser.user-agents</name>
<value>java,curl,wget,perl</value>
</property>
</verbatim>
Modified: oozie/branches/branch-3.3/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1442752&r1=1442751&r2=1442752&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Tue Feb 5 21:20:15 2013
@@ -1,5 +1,6 @@
-- Oozie 3.3.2 (unreleased)
+OOZIE-1188 Typo in documentation for using login server example (rkanter)
OOZIE-1113 The cookies used in the AltKerberosAuthenticationHandler examples
aren't read properly if quoted (rkanter)
OOZIE-1103 Create example using AltKerberosAuthenticationHandler (rkanter)
OOZIE-1206 Add license headers to TestCoordActionNotificationXCommand.java and
TestNotificationXCommand.java in branch-3.3 (rkanter)
Modified: oozie/branches/branch-3.3/release-log.txt.orig
URL:
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt.orig?rev=1442752&r1=1442751&r2=1442752&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt.orig (original)
+++ oozie/branches/branch-3.3/release-log.txt.orig Tue Feb 5 21:20:15 2013
@@ -1,5 +1,6 @@
-- Oozie 3.3.2 (unreleased)
+OOZIE-1113 The cookies used in the AltKerberosAuthenticationHandler examples
aren't read properly if quoted (rkanter)
OOZIE-1103 Create example using AltKerberosAuthenticationHandler (rkanter)
OOZIE-1206 Add license headers to TestCoordActionNotificationXCommand.java and
TestNotificationXCommand.java in branch-3.3 (rkanter)
OOZIE-1179 coord action in WAITING when no definition of dataset in coord job
xml (mona)