Skip to content

Fix crash after parsing rfc8599 parameters with an unsupported provider

François Grisez requested to merge fix/crash_on_unsupported_pn_provider into master

RFC8599PushParams::parsePushParams() and RFC8599PushParams::parseLegacyPushParams() was returning an empty result when the provider wasn't supported. That was causing bad behavior in calling code because it was expecting that there is always at least one element, as the parsing function are to raise an exception instead of returning an empty map.

Merge request reports