开发者

How to use ';' (semicolon) in urls, using Google Appengine

开发者 https://www.devze.com 2022-12-26 14:02 出处:网络
Using the local dev server, I can use \';\' in urls, but as soon as I try the live version hosted by Google, it looks like the \';\' and everything after开发者_StackOverflow中文版ward is stripped (at

Using the local dev server, I can use ';' in urls, but as soon as I try the live version hosted by Google, it looks like the ';' and everything after开发者_StackOverflow中文版ward is stripped (at least according to request.path_qs).

(I would prefer not to encode them if possible, it's much less user friendly if the url cannot be constructed by copy-pasting, especially since other characters works fine, e.g. ':').


It is a known issue: http://code.google.com/p/googleappengine/issues/detail?id=816
So I am afraid you need to use a workaround.


Issue816 has now been fixed, semi-colons are usable with appengine.

0

精彩评论

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