BUG-3301 Extract additional header properly on each OS 93/20893/2
authorMaros Marsalek <mmarsale@cisco.com>
Thu, 21 May 2015 13:21:10 +0000 (15:21 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 22 May 2015 11:34:09 +0000 (11:34 +0000)
commit23dd80128aab8979cf7b3a48cea80dceb8ebe762
treee5b7a00b3304cd8b1fa76426a107b865623d9b14
parent7da7d67693b0edd79434f54d866b3a62700b9eaa
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