Your message dated Thu, 17 Nov 2022 13:52:28 +0100
with message-id <[email protected]>
and subject line Need quoted string
has caused the Debian Bug report #1024142,
regarding unable to encode url with ampersand?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1024142: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024142
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gridsite-clients
version 3.0.0~20180202git2fdbc6f-3

when i try to encode
$  urlencode 
https://en.wikipedia.org/w/index.php?title=User:Jindam_vani/zandbak&action=history

it shows output
$ 
https%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DUser%3AJindam_vani%2Fzandbak

i think it is not processing completly
please look into it

regards,
jindam, vani

toots: @[email protected]
others: en.wikipedia.org/wiki/User:Jindam_vani

--- End Message ---
--- Begin Message ---
Hi!

The & has a special meaning in shell, and strings containing it must be
quoted when used on the command line in a terminal.

$ urlencode 
'https://en.wikipedia.org/w/index.php?title=User:Jindam_vani/zandbak&action=history'
https%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DUser%3AJindam_vani%2Fzandbak%26action%3Dhistory

        Mattias

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to