It's not happening anymore. I was getting incoming requests to /_ah/bounce. These worried me because I didn't know what they meant, so I installed a servlet to handle the requests. In the servlet, I printed the request body to the logs. The request body contained bounce notifications like what you'd see if you sent an e-mail to [email protected]
On Fri, Jan 18, 2013 at 7:03 AM, Romin Irani <[email protected]>wrote: > Could you tell what you did to make the /_ah/bounce work for you. I have a > Java App Engine application and have mapped the /_ah/bounce url to my > Servlet. But the servlet is not getting invoked. I can see all the > invocations to /_ah/bounce in the AppEngine logs via the Admin Console. > > Any tips to make it work or things to check ? > > On Thursday, 17 January 2013 04:24:00 UTC+5:30, jon wrote: >> >> Spoke too soon, /_ah/bounce actually works. Please ignore my earlier >> message :) >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/yXCplALLyjUJ. > > 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. > -- 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.
