When used in URLs to be passed to a browser, strings MUST NOT contain +. We must escape + too, otherwise browsers converts it to a space or %20, which does not represent the original value anymore. Signed-off-by: Simon Rozman <simon@rozman.si>
When used in URLs to be passed to a browser, strings MUST NOT contain +. We must escape + too, otherwise browsers converts it to a space or %20, which does not represent the original value anymore. Signed-off-by: Simon Rozman <simon@rozman.si>