Posted:
17-January-2008 01:37 I have a url with a $ in it, such as
http://1060.org/forum/index/8?test=ab$9asd
When I try to hit it it appears to not even make it into my module, but instead the rewrite engine pukes on it as it attempts to find submatch 9 to expend the $9 above. I'm not sure that it is in fact legal to use "$" in a uri (rfc 2396 3.3 says they're ok as part of a path component); notwithstanding such illegality is there any way that I could successfully handle these requests? |