Yes, that is what the problem is. The calls to getRequestURI() and/or
getPathInfo() are set to /ah/_upload/* which is problematic.
I am sorry for the confusion.
On Apr 20, 12:33 pm, Don Schwarz wrote:
> I'm confused. What success path is being called? In the example web.xml
> file you attached
Yes that is what the problem is. The getRequestURI() and or the
getPathInfo() method are set to /ah/upload*.
I am sorry for the confusion.
On Apr 20, 12:33 pm, Don Schwarz wrote:
> I'm confused. What success path is being called? In the example web.xml
> file you attached to the bug, you don't
I'm confused. What success path is being called? In the example web.xml
file you attached to the bug, you don't have a servlet mapped to
/uploadComplete so invoking of your DispatcherServlet after the upload
occurs is exactly what I would expect.
Is the problem that once inside your DispatcherSe
On further investigation, the blobstore service actually gets called
and the upload takes place. However the right success path does not
seem to get called. When i log into the admin console on DevAppServer,
i can see the Datastore entities of kind __BlobStore__. The same code
works correctly on th
I have verified that this does not happen on the Google App Engine
environment. Blobstore service works as expected. The problem only
seems to occur in the DevAppServer.
Is there a servlet that i can map to _ah/upload/* as a workaround on
the DevAppServer ? Any other suggestions?
On Apr 13, 6:05
I am seeing the problem on DevAppServer.
On Apr 13, 3:08 pm, Don Schwarz wrote:
> Are you seeing this problem in the DevAppServer or when deployed to
> our servers? (Or both?)
>
> On Tue, Apr 13, 2010 at 4:27 PM, Rahul Ravikumar wrote:
> > Are there any workarounds for this issue?
>
> > On Apr
Are you seeing this problem in the DevAppServer or when deployed to
our servers? (Or both?)
On Tue, Apr 13, 2010 at 4:27 PM, Rahul Ravikumar wrote:
> Are there any workarounds for this issue?
>
> On Apr 12, 7:48 pm, Rahul Ravikumar wrote:
>> I am using DevAppServer -
>>
>> I have filed an issue
Are there any workarounds for this issue?
On Apr 12, 7:48 pm, Rahul Ravikumar wrote:
> I am using DevAppServer -
>
> I have filed an issue
> :http://code.google.com/p/googleappengine/issues/detail?id=3083
>
> You can reproduce the problem using a dispatch servlet and the
> blobstore service toge
I am using DevAppServer -
I have filed an issue :
http://code.google.com/p/googleappengine/issues/detail?id=3083
You can reproduce the problem using a dispatch servlet and the
blobstore service together. The blobstore service does not seem to
handle upload in such cases.
Thanks,
Rahul
On Apr 1