Build: #22 was successful Scheduled with changes by daryl herzmann and Guus der Kinderen
Code commits
Openfire (main)
-
daryl herzmann 93883b127fc07a19685755f025a88855c108196b
Merge pull request #2552 from igniterealtime/backport-2543-to-4.9
[Backport 4.9] OF-2880: Admin console should not show directory listing -
Guus der Kinderen 48e86ed60e0b2a0a9da893f1daf34d1373917edc
OF-2880: Admin console should not show directory listing
When browsing to `/images/` (or another endpoint with no welcome page), Openfire should not show the index of the directory.
(cherry picked from commit 7de9664586747d82a9279442387386cf23d31890)- xmppserver/src/main/java/org/jivesoftware/openfire/container/AdminConsolePlugin.java (version 48e86ed60e0b2a0a9da893f1daf34d1373917edc)
- xmppserver/src/main/java/org/jivesoftware/openfire/http/HttpBindManager.java (version 48e86ed60e0b2a0a9da893f1daf34d1373917edc)
-
daryl herzmann 04536beba5a34a4eab28085a7aebf49175bd53c3
Merge pull request #2551 from igniterealtime/backport-2545-to-4.9
[Backport 4.9] OF-2884: Fix group user removal when making it admin -
Guus der Kinderen 5cfc01e7e64bb8d2bc204d9d2af8c8947d43b807
OF-2884: Fix group user removal when making it admin
When a user of a group is made an 'admin' of the group, its removal from the 'members' group should not cause it to be removed from the group completely.
(cherry picked from commit 62deaeefde026ab656dbf74ff41e78770b065dbc)- xmppserver/src/main/java/org/jivesoftware/openfire/group/Group.java (version 5cfc01e7e64bb8d2bc204d9d2af8c8947d43b807)