Repository: oozie Updated Branches: refs/heads/master 07fa74f45 -> 75e60311b
OOZIE-2111 Kerberized Oozie doesn't allow connections from users with a lot of groups (rkanter) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/75e60311 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/75e60311 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/75e60311 Branch: refs/heads/master Commit: 75e60311b520e313f215a5573d04dec6a5dc5731 Parents: 07fa74f Author: Robert Kanter <[email protected]> Authored: Tue Jan 13 15:53:40 2015 -0800 Committer: Robert Kanter <[email protected]> Committed: Tue Jan 13 15:53:40 2015 -0800 ---------------------------------------------------------------------- distro/src/main/tomcat/server.xml | 1 + distro/src/main/tomcat/ssl-server.xml | 2 ++ release-log.txt | 1 + 3 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/75e60311/distro/src/main/tomcat/server.xml ---------------------------------------------------------------------- diff --git a/distro/src/main/tomcat/server.xml b/distro/src/main/tomcat/server.xml index bdcea00..e4fcfcc 100644 --- a/distro/src/main/tomcat/server.xml +++ b/distro/src/main/tomcat/server.xml @@ -69,6 +69,7 @@ --> <Connector port="${oozie.http.port}" protocol="HTTP/1.1" connectionTimeout="20000" + maxHttpHeaderSize="65536" redirectPort="8443" /> <!-- A "Connector" using the shared thread pool--> <!-- http://git-wip-us.apache.org/repos/asf/oozie/blob/75e60311/distro/src/main/tomcat/ssl-server.xml ---------------------------------------------------------------------- diff --git a/distro/src/main/tomcat/ssl-server.xml b/distro/src/main/tomcat/ssl-server.xml index 72fc76a..7ad3d16 100644 --- a/distro/src/main/tomcat/ssl-server.xml +++ b/distro/src/main/tomcat/ssl-server.xml @@ -69,6 +69,7 @@ --> <Connector port="${oozie.http.port}" protocol="HTTP/1.1" connectionTimeout="20000" + maxHttpHeaderSize="65536" redirectPort="${oozie.https.port}" /> <!-- A "Connector" using the shared thread pool--> <!-- @@ -84,6 +85,7 @@ <Connector port="${oozie.https.port}" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" + maxHttpHeaderSize="65536" clientAuth="false" sslEnabledProtocols="TLSv1,SSLv2Hello" keystoreFile="${oozie.https.keystore.file}" keystorePass="${oozie.https.keystore.pass}" /> http://git-wip-us.apache.org/repos/asf/oozie/blob/75e60311/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 006ac76..e6141e2 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.2.0 release (trunk - unreleased) +OOZIE-2111 Kerberized Oozie doesn't allow connections from users with a lot of groups (rkanter) OOZIE-2104 oozie server dies on startup if oozie-site redefines ActionExecutor classes (rkanter) OOZIE-2092 Provide option to supply config to workflow during rerun of coordinator (jaydeepvishwakarma via shwethags) OOZIE-2100 Publish oozie-webapp artifact (sureshms via bzhang)
