Re: [Actionframework-users] Problems sending input parameters
Status: Inactive
Brought to you by:
ptoman
From: <bm...@ho...> - 2003-01-21 15:17:52
|
well, the problem was that we also tried to encode it with URLEncoder class, but then we got an error saying that we was using characters not accepted by the utf-8 encoding. we just found curious that these characters were accepted or not depending from the method we were using. bye. ----- Original Message ----- From: "Petr Toman" <Pet...@pi...> To: <act...@li...> Sent: Tuesday, January 21, 2003 11:39 AM Subject: Re: [Actionframework-users] Problems sending input parameters > eventually, we found another bug while trying to send parameters with > the regexp method: if the parameters contains any special char, the > value of the param that receives the method is changed before it arrives. > for example, I have the following url: > /detalles/Cáceres 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 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld =omething 2 See! http://www.vasoftware.com _______________________________________________ Actionframework-users mailing list Act...@li... https://lists.sourceforge.net/lists/listinfo/actionframework-users |