httpd decoding "/": feature or bug?

Ralph Siemsen ralphs at netwinder.org
Wed Jun 14 13:06:14 UTC 2006


Carles Perello wrote:

> while trying to httpd decode a slash "/" i get the following
> 
> tmp=httpd -d "hello%2Fbye".
> echo $tmp
> ello%2Fbye

I suspect you meant some backticks in that command... anyways which 
version are you using?  Probably something older... it works here:

# tmp=`httpd -d "hello%2Fbye"`
# echo $tmp
hello/bye

-R



More information about the busybox mailing list