Invalid XML or whitespace in stream causing crash (#95)
Closed
Andrzej Wójcik (Tigase) opened 3 months ago

Invalid XML or whitespace in stream are causing crash in the parser, ie.

<stream:stream><iq/></stream:stream>

would parse correctly while

<stream:stream>
<iq/>
</stream:stream>

would cause exception (new line breaks).

Referenced from commit 3 months ago
Andrzej Wójcik (Tigase) changed state to 'In Progress' 3 months ago
Previous Value Current Value
Open
In Progress
Andrzej Wójcik (Tigase) changed state to 'In QA' 3 months ago
Previous Value Current Value
In Progress
In QA
Andrzej Wójcik (Tigase) commented 3 months ago

I've applied a fix that should resolve this issue but it will log if non-blank values would appear.

Artur Hefczyc commented 3 months ago

Who is doing QA for this and when it will be done?

@bmalkow, @andrzej.wojcik ?

Andrzej Wójcik (Tigase) changed state to 'Closed' 3 months ago
Previous Value Current Value
In QA
Closed
Andrzej Wójcik (Tigase) commented 3 months ago

Works as expected.

issue 1 of 1
Type
New Feature
Priority
Normal
Assignee
Version
none
Sprints
n/a
Customer
n/a
Issue Votes (0)
Watchers (4)
Reference
tigase/_libraries/halcyon#95
Please wait...
Page is in error, reload to recover