Whenever I am trying to logout from kylo.
I am getting the following White Label error in browser,however there are no errors in the logs:
spring.profiles.include=native,nifi-v1.2,auth-kylo,auth-file,search-esr,jms-activemq,auth-spark,kylo-shell
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrderedRequestContextFilter:114 - Bound request context to thread: org.apache.catalina.connector.RequestFacade@16ab0e83
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/proxy/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/error'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/ui-common/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/assets/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/bower_components/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/js/vendor/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/images/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/styles/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/js/login/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/js/utils/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/locales/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/archaius']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/archaius'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/archaius/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/archaius/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/archaius.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/archaius.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/archaius/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/archaius/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/features']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/features'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/features/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/features/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/features.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/features.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/features/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/features/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/trace']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/trace'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/trace/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/trace/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/trace.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/trace.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/trace/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/trace/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/configprops']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/configprops'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/configprops/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/configprops/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/configprops.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/configprops.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/configprops/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/configprops/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/info']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/info'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/info/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/info/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/info.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/info.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/info/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/info/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/env']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/env'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/env/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/env/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/env.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/env.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/env/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/env/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/hystrix.stream']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/hystrix.stream'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/hystrix.stream/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/hystrix.stream/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/hystrix.stream.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/hystrix.stream.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/hystrix.stream/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/hystrix.stream/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/filters']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/filters'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/filters/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/filters/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/filters.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/filters.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/filters/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/filters/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/refresh']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/refresh'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/refresh/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/refresh/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/refresh.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/refresh.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/refresh/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/refresh/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/beans']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/beans'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/beans/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/beans/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/beans.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/beans.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/beans/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/beans/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/metrics']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/metrics'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/metrics/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/metrics/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/metrics.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/metrics.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/metrics/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/metrics/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/routes']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/routes'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/routes/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/routes/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/routes.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/routes.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/routes/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/routes/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/autoconfig']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/autoconfig'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/autoconfig/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/autoconfig/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/autoconfig.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/autoconfig.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/autoconfig/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/autoconfig/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/health']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/health'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/health/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/health/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/health.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/health.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/health/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/health/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/loggers']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/loggers'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/loggers/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/loggers/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/loggers.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/loggers.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/loggers/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/loggers/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/auditevents']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/auditevents'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/auditevents/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/auditevents/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/auditevents.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/auditevents.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/auditevents/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/auditevents/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/mappings']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/mappings'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/mappings/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/mappings/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/mappings.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/mappings.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/mappings/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/mappings/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/heapdump']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/heapdump'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/heapdump/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/heapdump/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/heapdump.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/heapdump.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/heapdump/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/heapdump/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/dump']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/dump'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/dump/**']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/dump/**'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/dump.*']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/dump.*'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:65 - Trying to match using Ant [pattern='/dump/']
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/dump/'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrRequestMatcher:72 - No matches found
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 1 of 15 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 2 of 15 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 3 of 15 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 4 of 15 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:137 - Request 'GET /logout' doesn't match 'POST /login
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 5 of 15 in additional filter chain; firing Filter: 'JaasApiIntegrationFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:JaasApiIntegrationFilter:132 - Attempting to obtainSubject using authentication : null
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:JaasApiIntegrationFilter:83 - Subject returned was null and createEmtpySubject is true; creating new empty subject to run as.
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:JaasApiIntegrationFilter:102 - Running as Subject Subject:
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 6 of 15 in additional filter chain; firing Filter: 'RememberMeAuthenticationFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:JwtRememberMeServices:118 - Remember-me cookie detected
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:JwtRememberMeServices:133 - Remember-me cookie accepted
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:RememberMeAuthenticationFilter:112 - SecurityContextHolder populated with remember-me token: 'org.springframework.security.authentication.RememberMeAuthenticationToken@14d39b92: Principal: org.springframework.security.core.userdetails.User@67c08bc7: Username: dladmin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: Jaas Authority [Roles,GroupPrincipal: Roles],Jaas Authority [admin,GroupPrincipal: admin],Jaas Authority [dladmin,UsernamePrincipal: dladmin],Jaas Authority [user,GroupPrincipal: user]; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff6a82: RemoteIpAddress: 10.3.1.18; SessionId: null; Granted Authorities: Jaas Authority [Roles,GroupPrincipal: Roles], Jaas Authority [admin,GroupPrincipal: admin], Jaas Authority [dladmin,UsernamePrincipal: dladmin], Jaas Authority [user,GroupPrincipal: user]'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 7 of 15 in additional filter chain; firing Filter: 'RememberMeAuthenticationFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:RememberMeAuthenticationFilter:154 - SecurityContextHolder not populated with remember-me token, as it already contained: 'org.springframework.security.authentication.RememberMeAuthenticationToken@14d39b92: Principal: org.springframework.security.core.userdetails.User@67c08bc7: Username: dladmin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: Jaas Authority [Roles,GroupPrincipal: Roles],Jaas Authority [admin,GroupPrincipal: admin],Jaas Authority [dladmin,UsernamePrincipal: dladmin],Jaas Authority [user,GroupPrincipal: user]; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff6a82: RemoteIpAddress: 10.3.1.18; SessionId: null; Granted Authorities: Jaas Authority [Roles,GroupPrincipal: Roles], Jaas Authority [admin,GroupPrincipal: admin], Jaas Authority [dladmin,UsernamePrincipal: dladmin], Jaas Authority [user,GroupPrincipal: user]'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 8 of 15 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:FilterChainProxy:325 - /logout at position 9 of 15 in additional filter chain; firing Filter: 'MultiHandlerLogoutFilter'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:AntPathRequestMatcher:157 - Checking match of request : '/logout'; against '/logout'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:MultiHandlerLogoutFilter:105 - Logging out user 'org.springframework.security.authentication.RememberMeAuthenticationToken@14d39b92: Principal: org.springframework.security.core.userdetails.User@67c08bc7: Username: dladmin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: Jaas Authority [Roles,GroupPrincipal: Roles],Jaas Authority [admin,GroupPrincipal: admin],Jaas Authority [dladmin,UsernamePrincipal: dladmin],Jaas Authority [user,GroupPrincipal: user]; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff6a82: RemoteIpAddress: 10.3.1.18; SessionId: null; Granted Authorities: Jaas Authority [Roles,GroupPrincipal: Roles], Jaas Authority [admin,GroupPrincipal: admin], Jaas Authority [dladmin,UsernamePrincipal: dladmin], Jaas Authority [user,GroupPrincipal: user]' and transferring to logout destination
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DefaultKyloJaasAuthenticationProvider:237 - Created LoginContext for auth: org.springframework.security.authentication.RememberMeAuthenticationToken@14d39b92: Principal: org.springframework.security.core.userdetails.User@67c08bc7: Username: dladmin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: Jaas Authority [Roles,GroupPrincipal: Roles],Jaas Authority [admin,GroupPrincipal: admin],Jaas Authority [dladmin,UsernamePrincipal: dladmin],Jaas Authority [user,GroupPrincipal: user]; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff6a82: RemoteIpAddress: 10.3.1.18; SessionId: null; Granted Authorities: Jaas Authority [Roles,GroupPrincipal: Roles], Jaas Authority [admin,GroupPrincipal: admin], Jaas Authority [dladmin,UsernamePrincipal: dladmin], Jaas Authority [user,GroupPrincipal: user]
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:HstsHeaderWriter:130 - Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@4ec8d55a
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:SecurityContextPersistenceFilter:119 - SecurityContextHolder now cleared, as request processing completed
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:OrderedRequestContextFilter:104 - Cleared thread-bound request context: org.apache.catalina.connector.RequestFacade@16ab0e83
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DispatcherServlet:869 - DispatcherServlet with name 'dispatcherServlet' processing GET request for [/error]
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:EndpointHandlerMapping:310 - Looking up handler method for path /error
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:EndpointHandlerMapping:320 - Did not find handler method for [/error]
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:RequestMappingHandlerMapping:310 - Looking up handler method for path /error
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:RequestMappingHandlerMapping:317 - Returning handler method [public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DefaultListableBeanFactory:251 - Returning cached instance of singleton bean 'basicErrorController'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DispatcherServlet:955 - Last-Modified value for [/error] is: -1
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:ContentNegotiatingViewResolver:263 - Requested media types are [text/html, text/html;q=0.8] based on Accept header types and producible media types [text/html])
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DefaultListableBeanFactory:251 - Returning cached instance of singleton bean 'error'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:BeanNameViewResolver:79 - No matching bean found for view name 'error.html'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DefaultListableBeanFactory:1672 - Invoking afterPropertiesSet() on bean with name 'error'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DefaultListableBeanFactory:1672 - Invoking afterPropertiesSet() on bean with name 'error.html'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:ContentNegotiatingViewResolver:338 - Returning [org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$SpelView@e07b4db] based on requested media type 'text/html'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DispatcherServlet:1280 - Rendering view [org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$SpelView@e07b4db] in DispatcherServlet with name 'dispatcherServlet'
2020-08-21 16:40:40 DEBUG http-nio-8400-exec-4:DispatcherServlet:1000 - Successfully completed request