On the local server, when the blobstore code performs the internal
redirect to whatever URL you specified in create_upload_url(), the
POST contents are not properly encoded.

According to the RFCs, you must end lines with CRLF, but dev_appserver
(and, perhaps, the production environment?) ends lines only with LF.

This causes Django 1.1's multipart parser to fail (in
parse_boundary_stream), since it is hardcoded to look for \r\n\r\n at
the end of each part's header.

As a result, I'm blocked on django+blobstore integration work...

I've logged this as issue 2515.

Thanks,
Dave


--

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.


Reply via email to