This is an automated email from the ASF dual-hosted git repository.
amestry pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 13f1d81 ATLAS-4426:UI:#1 In search results page, user should not be
able to access the option for applying term or classification for historical
entity, fixed
new be5d557 ATLAS-4379 : Atlas Filter changes for user inactivity on
Atlas UI
new 56ae53b ATLAS-4435: Disable session inactivity timeout.
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:
.../java/org/apache/atlas/AtlasConfiguration.java | 4 +-
.../web/filters/AtlasAuthenticationFilter.java | 69 ++++++++++++-
.../org/apache/atlas/web/filters/RestUtil.java | 108 +++++++++++++++++++++
.../apache/atlas/web/resources/AdminResource.java | 4 +
.../AtlasAuthenticationSuccessHandler.java | 19 +++-
5 files changed, 196 insertions(+), 8 deletions(-)
create mode 100644
webapp/src/main/java/org/apache/atlas/web/filters/RestUtil.java