Alexander Onnikov created CXF-8171:
--------------------------------------
Summary: SSE Client does not support multiple data fields
Key: CXF-8171
URL: https://issues.apache.org/jira/browse/CXF-8171
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 3.2.5
Reporter: Alexander Onnikov
According to [Server-Sent Events
specification|https://www.w3.org/TR/eventsource/#parsing-an-event-stream]
events may contain multiple *data* fields. In this case the client should
concatenate all data field values with U+000A LINE FEED (LF) character.
Current SSE client implementation keeps only latest line.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)