netty5/codec-mqtt/src
Paolo Patierno 901c66fa81 MQTT encode doesn't complain if password is set but username not
Motivation:

The MQTT decoder should raise an exception trying to build a CONNECT packet where password field is set but not the username one (as by MQTT 3.1/3.1.1 spec).

Modification:

Throw exception if password field is set but not the username

Result:

Fixes [#7205].
2017-09-14 09:37:37 -07:00
..
main/java/io/netty/handler/codec/mqtt MQTT encode doesn't complain if password is set but username not 2017-09-14 09:37:37 -07:00
test/java/io/netty/handler/codec/mqtt MQTT encode doesn't complain if password is set but username not 2017-09-14 09:37:37 -07:00