SearchReceivingMessageSource does not require client to be authorized. However when unauthorized, the metadataKey is not being set and the last status info is not initialized from the metadataStore.
The missing last status info does not crash an app, however the missing metadataKey causes NPE being thrown when the PropertiesPersistingMetadataStore is configured. This is simple due to the fact that java.util.Hastable does not accept null keys (in opposite to java.util.HashMap used in default SimpleMetadataStore).
Affects: 2.2 RC2, 2.1.4
The text was updated successfully, but these errors were encountered:
Michal Jemala opened INT-2801 and commented
SearchReceivingMessageSource does not require client to be authorized. However when unauthorized, the metadataKey is not being set and the last status info is not initialized from the metadataStore.
The missing last status info does not crash an app, however the missing metadataKey causes NPE being thrown when the PropertiesPersistingMetadataStore is configured. This is simple due to the fact that java.util.Hastable does not accept null keys (in opposite to java.util.HashMap used in default SimpleMetadataStore).
Affects: 2.2 RC2, 2.1.4
The text was updated successfully, but these errors were encountered: