guice serve of asych call from GAE blobstore is not triggered
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
_From [henrik.lindberg.private](https://code.google.com/u/henrik.lindberg.private/) on May 26, 2010 16:31:10_
I have an issue similar to what is fixed in issue 455 ( https://code.google.com/p/google- guice/issues/detail?id=455), but for the asynch forwarding URL produced by
String uploadURL = blobstoreService.createUploadUrl("/xpost");
If I map the /xpost to the wanted servlet in web.xml it works, but if done with guice, the path taken
ends up trying to find a resource called "/xpath", and
com.google.appengine.tools.development.LocalResourceFileServlet fails.
This happens when running in the development environment in Eclipse.
_Original issue: http://code.google.com/p/google-guice/issues/detail?id=486_
Contributor guide
Assessment
This issue has not been assessed yet.