[
https://issues.apache.org/jira/browse/ARTEMIS-5249?focusedWorklogId=952966&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-952966
]
ASF GitHub Bot logged work on ARTEMIS-5249:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 17/Jan/25 16:00
Start Date: 17/Jan/25 16:00
Worklog Time Spent: 10m
Work Description: jbertram opened a new pull request, #5456:
URL: https://github.com/apache/activemq-artemis/pull/5456
The broker should simply receive WebSocket pong frames and not respond
according to section 5.5.3 of RFC 6455 (i.e. the WebSocket Protocol
specification).
Issue Time Tracking
-------------------
Worklog Id: (was: 952966)
Remaining Estimate: 0h
Time Spent: 10m
> Broker chokes on pong WebSocket frames
> --------------------------------------
>
> Key: ARTEMIS-5249
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5249
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When a client using the WebSocket protocol sends a pong frame the broker
> can't handle it. It logs this exception:
> {noformat}
> java.lang.UnsupportedOperationException:
> io.netty.handler.codec.http.websocketx.PongWebSocketFrame frame types not
> supported
> at
> org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandler.handleWebSocketFrame(WebSocketServerHandler.java:119)
> at
> org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandler.channelRead0(WebSocketServerHandler.java:70)
> at
> org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandler.channelRead0(WebSocketServerHandler.java:66)
> ...{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact