Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2611 was successful

Job: Build was successful

Stages & jobs

  1. Default Stage

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen f338e0b0e8b880d4bddf032df6863e33c3f75793

    OF-2872: Fix XML parsing when previous buffer couldn't be fully parsed
    The previous code failed to properly update the read index of the ByteBuffer that is being read, in cases where the ByteBuffer that is parsed had an initial read index higher than 0.

    Through manual testing, I've observed this to fix an issue where client connections that send Cyrillic characters get disconnected with a "Stopped parsing never ending stanza" exception.

    • xmppserver/src/main/java/org/jivesoftware/openfire/nio/XMLLightweightParser.java (version f338e0b0e8b880d4bddf032df6863e33c3f75793)
    • xmppserver/src/test/java/org/jivesoftware/openfire/nio/XMLLightweightParserTest.java (version f338e0b0e8b880d4bddf032df6863e33c3f75793)