Build: #193 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
10 minutes
Labels
None
Agent
Default Agent
Revision
4adbd21a0f57574497dc93ad0b44ddcd1f611bba
Total tests
805
Successful since
#189 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4adbd21a0f57574497dc93ad0b44ddcd1f611bba [smack-xmlparser] Allow override of used XmlPullParserFactory
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 3bef905ef5873b7d9dba2a5dc0bf6fa7671a2ddc [xmlparser-stax] Move getNamespace() to its friends within the file
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ba6968fc79c36aa4299cf082a25b8fd0877b2060 [xmlparser-stax] Fix potential IAE in StaxXmlPullParser.getNamespace()
StAX's NamespaceContext.getNamespaceURI(String) is allowed to throw an
IllegalArgumentException in case the argument is null. We simply
re-use getNamespace(String) which will substitute the default
namespace if the argument is null to avoid this.

Connection closed due to an exception
java.lang.IllegalArgumentException: Illegal to pass null as argument
at com.ctc.wstx.sr.NsInputElementStack.getNamespaceURI(NsInputElementStack.java:486)
at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.getNamespace(StaxXmlPullParser.java:113)
at org.jivesoftware.smack.AbstractXMPPConnection.parseFeatures(AbstractXMPPConnection.java:1852)
at org.jivesoftware.smack.AbstractXMPPConnection.parseFeaturesAndNotify(AbstractXMPPConnection.java:1887)
at org.jivesoftware.smack.tcp.XMPPTCPConnection.access$1300(XMPPTCPConnection.java:130)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:983)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$700(XMPPTCPConnection.java:913)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:936)
at java.lang.Thread.run(Thread.java:748)

Fixes SMACK-903

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSMACK-903Could not obtain issue details from Jira