Build: #2157 was successful Manual run by Guus der Kinderen

Stages & jobs

  1. Build and Package

  2. Copy to Website

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)
  • Guus der Kinderen

    Guus der Kinderen aaa05b8b16b703f26dbb3668c17b8c470456db97

    OF-2867: Admin console server-session-details fix
    Fixing reference to `usingServerDialback` and `usingSaslExternal` (that are no true 'properties', and thus cannot be referenced like ones).

    • xmppserver/src/main/webapp/server-session-details.jsp (version aaa05b8b16b703f26dbb3668c17b8c470456db97)