eq-3 / occu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hmipserver Throws exception when RPC call/response contains attributes that are empty strings

hobbyquaker opened this issue · comments

de.eq3.cbcs.legacy.communication.rpc.RpcSerializationException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,770]
Message: found: CHARACTERS, expected START_ELEMENT or END_ELEMENT

Occures when responding to listDevices with device attributes that are empty strings or when using addLink with an empty description param. Did not test with other RPC methods.

related: #45