You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/11/12 15:29:00 UTC

[jira] [Commented] (ARTEMIS-3567) IllegalStateException on web console logout

    [ https://issues.apache.org/jira/browse/ARTEMIS-3567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442815#comment-17442815 ] 

ASF subversion and git services commented on ARTEMIS-3567:
----------------------------------------------------------

Commit 8635eb65eb8612d89e84dcb87b7a9b7b529fbcc7 in activemq-artemis's branch refs/heads/main from Domenico Francesco Bruscino
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=8635eb65e ]

ARTEMIS-3567 Fix IllegalStateException on web console logout


> IllegalStateException on web console logout
> -------------------------------------------
>
>                 Key: ARTEMIS-3567
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3567
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Domenico Francesco Bruscino
>            Assignee: Domenico Francesco Bruscino
>            Priority: Major
>
> ActiveMQ Artemis logs an IllegalStateException on web console logout if the base audit logger is enabled:
> {code:java}
> 2021-10-29 23:15:37,559 WARN  [org.eclipse.jetty.server.HttpChannel] /console/auth/login: java.lang.IllegalStateException: Response is committed
> 	at org.eclipse.jetty.server.Request.getSession(Request.java:1623)
> 	at org.eclipse.jetty.server.Request.getSession(Request.java:1602)
> 	at org.apache.activemq.artemis.component.AuthenticationFilter.doFilter(AuthenticationFilter.java:48)
> ...
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)