开发者

Wrong url parsing

I have u开发者_如何学Csual url, where params and values are separated by /

And i have this url piece

word//show-count/1

On my local machine zend retrieves

word = ''
show-count = '1'

On test-machine it retrieves

word = 'show\-count'

Why it happens and who is guilty. I think, that problem is in ignoring double //


Bizarre indeed. I think you need to fix the fact that there is a // in there in the first place.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜