I have the following scenario:

   1. Default module enqueues a task to GET /process
   2. dispatch.yaml maps */process to the "processor" backend module
   3. Thus the task gets executed by the backend module

This works fine under the development server and in production if running 
under the .appspot.com domain.

If however, I run under my own custom domain, the routing seems to not kick 
in for the task dispatch, and the GET /process gets handled by the default 
module. This is only for the task, if I use my browser to access /processthe 
routing is as expected.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to