This is an automated email from the ASF dual-hosted git repository.
kbhatt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 3c9a437 Revert "Multiple_stdout_stderr_handlers_including_console"
distro test cases are failing
new ec3c6db ATLAS-3631: Make Server name header configurable and Basic
auth improvement.
new 91d2b8e ATLAS-3629 : UI: skipDefaultError handler improvement (2
patch)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dashboardv2/gruntfile.js | 1 +
dashboardv2/public/js/utils/CommonViewFunction.js | 8 +++
dashboardv3/gruntfile.js | 1 +
dashboardv3/public/js/utils/CommonViewFunction.js | 8 +++
.../java/org/apache/atlas/AtlasConfiguration.java | 5 +-
.../AtlasDelegatingAuthenticationEntryPoint.java | 62 ++++++++++++++++++++++
.../org/apache/atlas/web/filters/HeadersUtil.java | 13 +++--
.../atlas/web/security/AtlasSecurityConfig.java | 10 ++--
8 files changed, 98 insertions(+), 10 deletions(-)
create mode 100644
webapp/src/main/java/org/apache/atlas/web/filters/AtlasDelegatingAuthenticationEntryPoint.java