Hi again

Well, AFAIK the sending program should be ensuring that it sends
parameters to the servlet already encoded...


> Thanks for the help
> 
> But
> I am not sending the parameters to the servlet !
> it automatically receiving them from another program
> when I used the same servlet on another servlet machine I had 
> no problems !
> 
> 
> 
> -----Original Message-----
> From: Alan Stenhouse
> [mailto:[EMAIL PROTECTED]]
> Sent: Mon, March 05, 2001 2:26 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: AW: servlet Query string
> 
> 
> 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]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to