The resolution of Mojarra issue JAVASERVERFACES-3832 is to sanitize rhs of query params to not have EL expressions. If an EL expression is encountered, the whole rhs is replaced with the empty string ...
* @param mixed $val Valued to be inspected by range values. * @param int|string $x Starting range value to be used in BETWEEN() function. * @param int|string $y End ...