";" 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'

2009/4/18 Alex Popescu <the.mindstorm.mailingl...@gmail.com>

>
> Hi,
>
> It looks like the production server is dropping everything it founds
> after a ; character in an URL.
>
> On production a request to: /090314/vm-memory-in-the-cloud-watch-what-
> kevin-has-to-say;b.html
>
> displays for request.url, respectively request.path:
>
> /090314/vm-memory-in-the-cloud-watch-what-kevin-has-to-say
>
> I have opened a ticket for
> http://code.google.com/p/googleappengine/issues/detail?id=1340
> so please help me out to get it fixed as soon as possible by voting it
> up.
>
> thanks a lot,
>
> ./alex
> >
>

--~--~---------~--~----~------------~-------~--~----~
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