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 12, 7:21 pm, Don Schwarz <[email protected]> wrote:
> It should always dispatch to the more specific URL pattern, which in
> this case will be the upload servlet.
>
> Are you seeing this behavior in the DevAppServer or when deployed to
> our servers?  Can you file an issue in the issue tracker with an
> appengine-web.xml and web.xml for a reproducible test case?
>
> Thanks,
> Don
>
> On Mon, Apr 12, 2010 at 9:14 PM, Rahul Ravikumar <[email protected]> wrote:
> > I have a central dispatcher servlet that has a servlet mapping of :
>
> >  <servlet-mapping>
> >        <servlet-name>dispatcher</servlet-name>
> >        <url-pattern>/</url-pattern>
> >  </servlet-mapping>
>
> > When i try to use the blob store service's createUploadUrl("/
> > uploadComplete") it maps to a URL for e.g '/_ah/upload/
> > agp0d2VldG15cGljchsLEhVfX0Jsb2JVcGxvYWRTZXNzaW9uX18YEgw'.
>
> > Before the Blob store service can handle the upload and redirect to /
> > uploadComplete; my dispatcher gets called and i am therefore not being
> > able to upload anything.
>
> > Is there a servlet/ filter that i can map to /_ah/upload/* in my
> > web.xml ?
>
> > How do i avoid the dispatcher servlet from getting called before the
> > Blob store service can do its thing?
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google App Engine for Java" 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 
> > athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to