[ 
https://issues.apache.org/jira/browse/NIFIREG-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nathan Gough reassigned NIFIREG-439:
------------------------------------

    Assignee: Nathan Gough

> Logout causes NullPointerException and continutes to display resources 
> anonymous should not see
> -----------------------------------------------------------------------------------------------
>
>                 Key: NIFIREG-439
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-439
>             Project: NiFi Registry
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Chris Sampson
>            Assignee: Nathan Gough
>            Priority: Major
>
> After configuring OIDC login through NiFi Registry UI (which I note appears 
> to need an explicit click of the {{Login}} button in the UI rather than 
> automatically logging the user in like NiFi UI), I see the following 
> behaviour:
> * {{Login}} via OIDC (link in UI)
> * Display list of buckets (to which {{anonymous}} users do not have access)
> * {{Logout}} (link in UI)
> * See the below log from NiFi Registry
> * Note that the buckets are still displayed in the UI for the {{anonymous}} 
> user
> {code:java}
> 2021-02-15 17:10:48,374 ERROR [NiFi Registry Web Server-18] 
> o.a.n.r.web.mapper.ThrowableMapper An unexpected error has occurred: 
> java.lang.NullPointerException. Returning Internal Server Error response.
> java.lang.NullPointerException: null
>       at java.util.regex.Matcher.getTextLength(Matcher.java:1283)
>       at java.util.regex.Matcher.reset(Matcher.java:309)
>       at java.util.regex.Matcher.<init>(Matcher.java:229)
>       at java.util.regex.Pattern.matcher(Pattern.java:1093)
>       at 
> org.apache.nifi.registry.web.security.authentication.jwt.JwtService.getTokenFromHeader(JwtService.java:238)
>       at 
> org.apache.nifi.registry.web.security.authentication.jwt.JwtService.logOutUsingAuthHeader(JwtService.java:233)
>       at 
> org.apache.nifi.registry.web.api.AccessResource.oidcLogout(AccessResource.java:708)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:498)
>       at 
> org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
>       at 
> org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
>       at 
> org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
>       at 
> org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159)
>       at 
> org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
>       at 
> org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
>       at 
> org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
>       at 
> org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
>       at 
> org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
>       at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
>       at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
>       at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
>       at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
>       at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
>       at 
> org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
>       at 
> org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
>       at 
> org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
>       at 
> org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:392)
>       at 
> org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:385)
>       at 
> org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:560)
>       at 
> org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:501)
>       at 
> org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:438)
>       at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
>       at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
>       at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:566)
>       at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
>       at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
>       at 
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
>       at 
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
>       at 
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
>       at 
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
>       at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:227)
>       at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:78)
>       at 
> org.apache.nifi.registry.web.filter.LogoutFilter.doFilter(LogoutFilter.java:46)
>       at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
>       at 
> org.apache.nifi.registry.jetty.headers.StrictTransportSecurityFilter.doFilter(StrictTransportSecurityFilter.java:48)
>       at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
>       at 
> org.apache.nifi.registry.jetty.headers.XSSProtectionFilter.doFilter(XSSProtectionFilter.java:49)
>       at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
>       at 
> org.apache.nifi.registry.jetty.headers.ContentSecurityPolicyFilter.doFilter(ContentSecurityPolicyFilter.java:48)
>       at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
>       at 
> org.apache.nifi.registry.jetty.headers.XFrameOptionsFilter.doFilter(XFrameOptionsFilter.java:48)
>       at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
>       at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
>       at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
>       at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
>       at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
>       at 
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
>       at 
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
>       at 
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
>       at 
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
>       at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
>       at 
> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
>       at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
>       at org.eclipse.jetty.server.Server.handle(Server.java:505)
>       at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
>       at 
> org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
>       at 
> org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
>       at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
>       at 
> org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427)
>       at 
> org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321)
>       at 
> org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
>       at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
>       at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
>       at 
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
>       at 
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
>       at 
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
>       at 
> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
>       at 
> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
>       at 
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
>       at 
> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
>       at java.lang.Thread.run(Thread.java:748)
> 2021-02-15 17:10:48,456 INFO [NiFi Registry Web Server-19] 
> o.a.n.r.w.m.IllegalStateExceptionMapper java.lang.IllegalStateException: 
> Kerberos service ticket login not supported by this NiFi Registry. Returning 
> Conflict response.
> 2021-02-15 17:10:48,533 INFO [NiFi Registry Web Server-13] 
> o.a.n.r.w.m.IllegalArgumentExceptionMapper 
> java.lang.IllegalArgumentException: The login request identifier was not 
> found in the request. Unable to continue.. Returning Bad Request response.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to