Author: rkanter
Date: Thu Jan 24 20:04:27 2013
New Revision: 1438153
URL: http://svn.apache.org/viewvc?rev=1438153&view=rev
Log:
OOZIE-1188 Typo in documentation for using login server example (rkanter)
Modified:
oozie/trunk/docs/src/site/twiki/ENG_Custom_Authentication.twiki
oozie/trunk/release-log.txt
Modified: oozie/trunk/docs/src/site/twiki/ENG_Custom_Authentication.twiki
URL:
http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/ENG_Custom_Authentication.twiki?rev=1438153&r1=1438152&r2=1438153&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/ENG_Custom_Authentication.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/ENG_Custom_Authentication.twiki Thu Jan 24
20:04:27 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/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1438153&r1=1438152&r2=1438153&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Thu Jan 24 20:04:27 2013
@@ -1,5 +1,6 @@
-- Oozie 3.4.0 release (trunk - unreleased)
+OOZIE-1188 Typo in documentation for using login server example (rkanter)
OOZIE-1160 Oozie web-console to display all job URLs spawned by Pig (mona)
OOZIE-1177 HostnameFilter should only catch UnknownHostException, not
Exception (rkanter)
OOZIE-945 BundleSubmitXCommand.submit() doesn't properly remove comments
(jaoki via rkanter)