Make sure the -url: /myrequest/.* line doesn't come after a -url: /.* line, or any other line with a regex that will match your /myrequest URLs. The regexes are checked in order, and .* will match anything causing later URLs to never get checked.
On Jan 21, 7:29 am, arnie <[email protected]> wrote: > I have earlier tried your suggestion and passing custom URL other than > '/' does not work, for eg: > If you write: > - url: /.* > script: myscript.py > It will work > but if you write > - url: /myrequest/.* > script: myscript.py > It does not work. Please correct me if appropriate at any place --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
