This'll work in raw servlets without Jersey. Does Jersey use a catch-all regex for URLs? I'd start there.
On Wed, Feb 24, 2010 at 5:47 AM, Mark Renouf <[email protected]> wrote: > Hi, I've tested and confirmed that a POST going to /_ah/mail/xyz is > getting routed through Jersey as "/ah/mail/xyz" (the leading > underscore in the path is missing). What's the cause of this? I lost > quite some time trying to figure out why my mail handler resource was > not getting used. > > Could this be an App Engine thing? A local DevServer thing? Or should > I go ask some Jersey experts? > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- 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.
