netty5/codec-stomp/src/test/java/io/netty/handler/codec/stomp
amizurov cc336ef2f8 Fix StompSubframeDecoder.readHeaders produce not any notification when parsed line that contains multiple colon
Motivation:

By STOMP 1.2 specification - header name or value include any octet except CR or LF or ":".

Modification:

Add constructor argument that allows to enable / disable validation.

Result:

Fixes [#7083]
2017-08-29 22:06:45 +02: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 StompSubframeDecoder.readHeaders produce not any notification when parsed line that contains multiple colon 2017-08-29 22:06:45 +02:00
StompSubframeEncoderTest.java Fix buffer leaks in tests 2016-12-03 20:11:25 +01:00
StompTestConstants.java Fix StompSubframeDecoder.readHeaders produce not any notification when parsed line that contains multiple colon 2017-08-29 22:06:45 +02:00