From: "David Gagnon" <[EMAIL PROTECTED]>

>   I'm using tomcat and Struts I just noticed that charater + is not
> transmitted correcty to the server:
>
> Per example if posting to addresse
>
IFrameDoc.location.replace('/unikommerce/action.do?id=DAVE+++aa&lookupGroup=
f'
>
> The id attribute get populated by :DAVE   aa.  (i.e.: the + are replaced
!!!!!)

Try encoding the + as %2B if you really want a plus sign.  (A plus sign in a
URL usually gets changed to a space.)

Section 2.2 seems to apply:
http://www.w3.org/Addressing/rfc1738.txt

-- 
Wendy Smoak


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

Reply via email to