netty5/codec-stomp/src/test/java/io/netty/handler/codec/stomp
Andrey Mizurov af532d2b7e Fix encoding/decoding for UTF-8 stomp commands and headers (#9740)
Motivation:

According STOMP spec (https://stomp.github.io/stomp-specification-1.2.html#Value_Encoding) we have to encode and decode commands and headers to UTF-8

Modification:

Provide ability for StompSubframeDecoder and StompSubframeEncoder work with UTF-8
2019-11-06 12:07:58 +01:00
..
DefaultStompFrameTest.java Fix StompFrame.copy() does not copy headers 2018-01-26 08:30:12 +01:00
StompHeadersTest.java fixed "sensative" typo to read "sensitive" 2016-02-17 08:18:11 -08:00
StompSubframeAggregatorTest.java Better parsing for STOMP body with no length. 2015-09-29 16:09:54 +02:00
StompSubframeDecoderTest.java Fix encoding/decoding for UTF-8 stomp commands and headers (#9740) 2019-11-06 12:07:58 +01:00
StompSubframeEncoderTest.java Fix encoding/decoding for UTF-8 stomp commands and headers (#9740) 2019-11-06 12:07:58 +01:00
StompTestConstants.java Fix encoding/decoding for UTF-8 stomp commands and headers (#9740) 2019-11-06 12:07:58 +01:00