View Single Post
Old May 8th, 2006, 10:29 AM   #10
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
The point is that the "webpage side" should already be using urldecode. One never knows what a user will type in. Urldecode won't kill things if there's no urlencoding there. If you have chosen to put troublesome characters in the url, and choose to be recalcitrant about handling it with the appropriate and already-provided tools, well, there ya go.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote