you must use
"param" + URLEncoder.encode(paramValue)
when passing the parameter.
i.e. ensure that it's encoded correctly...
HTH
Alan
> -----Ursprüngliche Nachricht-----
> Von: shlomi sarfati [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 5. März 2001 12:55
> An: [EMAIL PROTECTED]
> Betreff: servlet Query string
>
>
> Hi every one
>
> I have a problem in my servlets.
>
> when someone sends parameters through the query string to my
> servlet that
> have the character '%'
> in it , something like: myservlet?param=fh%fjnv I cannot receive the
> parameter in my servlet
> I know that there is encoding for urls and when the % comes
> with one of
> those (e.g %26 ) I can read it
>
> I am asking this here because I haven't had that problem in
> another server
> with the exact same servlet
> can ant one help ?
> thanks
> Shlomi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]