Project

General

Profile

Actions

Bug #17227

closed

Dashboard Content Host Subscription Status Links are not URI encoded

Added by Djebran Lezzoum over 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Immediate
Category:
Web UI
Target version:
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

Description

The generated links appear to be correct, for example /content_hosts?search=subscription_status=valid
but when clicked and the target page opens the "=valid" disappear from the URL because it's not encoded and left the target search box only with the value "subscription_status", but should be: subscription_status=valid.

the fix must encode the parameter value of search key, to appear like /content_hosts?search=subscription_status%3Dvalid.

Actions

Also available in: Atom PDF