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: #2993 was successful

Job: Build was successful

Stages & jobs

  1. Default Stage

  2. Continuous Integration

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen 8644f4de8cfaef3c626bb6c9e424f12ef3dbe759

    OF-3260: Support RFC 7239 Forwarded header for proxied client IP resolution
    Add support for the standardized HTTP `Forwarded` header (RFC 7239) alongside existing `X-Forwarded-*` handling in proxied deployments.

    Extended proxy connector configuration in both BOSH and Admin Console to include a configurable `Forwarded` header name.

    Updated admin pages to expose and persist the RFC-compliant header setting (`FHeader`) in addition to legacy header settings.

    • i18n/src/main/resources/openfire_i18n.properties (version 8644f4de8cfaef3c626bb6c9e424f12ef3dbe759)
    • xmppserver/src/main/java/org/jivesoftware/openfire/container/AdminConsolePlugin.java (version 8644f4de8cfaef3c626bb6c9e424f12ef3dbe759)
    • xmppserver/src/main/java/org/jivesoftware/openfire/http/HttpBindManager.java (version 8644f4de8cfaef3c626bb6c9e424f12ef3dbe759)
    • xmppserver/src/main/webapp/http-bind.jsp (version 8644f4de8cfaef3c626bb6c9e424f12ef3dbe759)
    • xmppserver/src/main/webapp/system-admin-console-access.jsp (version 8644f4de8cfaef3c626bb6c9e424f12ef3dbe759)
  • Guus der Kinderen

    Guus der Kinderen 01a4e5ab740951a861cd576740a3a6de3fdb08e8

    (code review) Use consistent names for i18n properties

    • i18n/src/main/resources/openfire_i18n.properties (version 01a4e5ab740951a861cd576740a3a6de3fdb08e8)
    • xmppserver/src/main/webapp/http-bind.jsp (version 01a4e5ab740951a861cd576740a3a6de3fdb08e8)
  • Guus der Kinderen

    Guus der Kinderen 04a773e3c7da10b1a2324e32b1b0754f1da46b6d

    (code review) Improve audit logged messages
    Log the value obtained from the property, rather than whatever was provided by the end-user. In 99% of the times, this should be equal, but the property itself should always be right.

    • xmppserver/src/main/webapp/system-admin-console-access.jsp (version 04a773e3c7da10b1a2324e32b1b0754f1da46b6d)