To “URL encode” or “percent encode” text means to encode it for use in a URL.
What is the best way to URL-encode a String representing URL path (not request parameter) with JSTL? <c:url …