Skip to content

[Rework] Change specification of UriUtils::getParamValue()

François Grisez requested to merge feature/change_get_param_value_spec into master

UriUtils::getParamValue() no more raises exceptions when the seeked parameter doesn't exist or has no value. A given default value is returned instead.

Merge request reports