We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f320a7 commit 572ab7dCopy full SHA for 572ab7d
1 file changed
ocsp_responders/ocsp_responders.fnc
@@ -161,7 +161,7 @@ BEGIN
161
END IF;
162
IF coalesce(getunencodedplus, '') != '' THEN
163
t_query := t_query ||
164
-' AND orp.UNENCODED_PLUS ILIKE ' || quote_literal(getunencodedplus) || '
+' AND orp.UNENCODED_PLUS_RESULT ILIKE ' || quote_literal(getunencodedplus) || '
165
';
166
t_params := t_params || '&getunencodedplus=' || urlEncode(getunencodedplus);
167
0 commit comments