Skip to content

Fix issue with blank keyset pagination parameters

Andreas Brandl requested to merge ab/keyset-blank-parameters into master

What does this MR do?

This fixes the problem described in #227166 (closed)#.

We now make sure that a blank parameter value is being treated as if the parameter wasn't set at all. The example is &id_before=, where no value is present. This is now semantically the same as omitting the parameter alltogether.

Does this MR meet the acceptance criteria?

Conformity

Edited by Andreas Brandl

Merge request reports