BUG-3301 Extract additional header properly on each OS 40/20940/3
authorMaros Marsalek <mmarsale@cisco.com>
Thu, 21 May 2015 13:21:10 +0000 (15:21 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 26 May 2015 10:23:01 +0000 (10:23 +0000)
commit35c3eedc5eaed0f1c5c65027af8f8981c566a389
tree8afc59224ff3fa0c697ee162994d81399a1f679a
parent954e4ad11529b9704d55e51abf33df4e40d5fb82
BUG-3301 Extract additional header properly on each OS

On Windows, the additional header in hello netconf message was no fully
extracted and it left \n byte in front on netconf xml hello message. This
is not allowed as long as the <?xml ... > declaration is present.

Change-Id: I611a5c689e86fb45065e6a9cd3b14cd5718af54f
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/netconf/netconf-netty-util/src/main/java/org/opendaylight/controller/netconf/nettyutil/handler/NetconfXMLToHelloMessageDecoder.java