On Apr 17, 2:58 pm, Alex Popescu <the.mindstorm.mailingl...@gmail.com>
wrote:
> On Apr 17, 8:32 pm, 风笑雪 <kea...@gmail.com> wrote:
>
> > ";" is not a valid char in url, you need encode it.>>> from urllib import 
> > quote
>
> > quote("/090314/vm-memory-in-the-cloud-watch-what-kevin-has-to-say;b.html")
> > '/090314/vm-memory-in-the-cloud-watch-what-kevin-has-to-say%3Bb.html'
>
> Even so, the App Engine drops it.
>
> And according to RFC3986 my understanding is that the semicolon can be
> part of the URL (I'll not reproduce the EBNF here as it is quite
> complex).
>
> ./alex
>

http://docs.python.org/library/urlparse.html says that anything after
a semicolon will be considered a "parameter" and located in
request.params and not request.path .
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to