Re: [Actionframework-users] Problems sending input parameters
Status: Inactive
Brought to you by:
ptoman
From: Petr T. <Pet...@pi...> - 2003-01-21 10:39:17
|
> eventually, we found another bug while trying to send parameters with > the regexp method: if the parameters contains any special char, the=20 > value of the param that receives the method is changed before it arrive= s. > for example, I have the following url: > /detalles/C=E1ceres In general, it is STRONGLY recommended not to use special chars for URLs! Unless you encode them acording to the URL/HTTP(?) specification, you get unpredictable behaviour in different browsers and versions. -Petr |