You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because that is a primitive boolean, the default is false - so if a client does not send a value, the value defaults to false, and overwrites, regardless of the existing value. If so, move to using Boolean?
The text was updated successfully, but these errors were encountered:
Initial state:
Then:
Alters state so that:
Suspected caused by this:
openfire-restAPI-plugin/src/java/org/jivesoftware/openfire/plugin/rest/controller/MUCRoomController.java
Line 385 in a990316
Which calls this:
openfire-restAPI-plugin/src/java/org/jivesoftware/openfire/plugin/rest/entity/MUCRoomEntity.java
Line 186 in a990316
Because that is a primitive boolean, the default is false - so if a client does not send a value, the value defaults to false, and overwrites, regardless of the existing value. If so, move to using Boolean?
The text was updated successfully, but these errors were encountered: