I had wanted to add a post to this thread but there was no Reply link in the thread. Is the thread closed? If so, why is there no indication that it is closed and that it is viewable only?
http://groups.google.com/group/google-appengine/browse_thread/thread/d46abf98ca34bf31/705bd151ab873da2?lnk=gst&q=url+yaml#705bd151ab873da2 I am having the same problem as iceanfire. This url mapping just does not work when i upload my app to GAE. - url: /protorf.* script: protorf.py login: required secure: always As Blixt mentioned in the thread, the 'resolution' is to use url: /.* and map it to a common script which will then direct to the right script based on the url on the browser. But GAE should accept - url: /protorf.* script: protorf.py because there is nothing wrong with this. Thank you. http://groups.google.com/group/google-appengine/browse_thread/thread/d46abf98ca34bf31/705bd151ab873da2?lnk=gst&q=url+yaml#705bd151ab873da2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
