Bug 12020
Summary: | REGRESSION: Flickr uploading broken | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lilek <dev+webkit> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | Keywords: | InRadar, NeedsReduction, Regression |
Priority: | P1 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.flickr.com |
Matt Lilek
The Flickr upload screen appears and says to not close the window but then quickly goes back to the screen to chose what files to upload.
1. Sign into flickr.com
2. On the home page, click Upload photos
3. Chose a photo and click upload
4. The window changes to the standard flickr page letting you know its uploading and to not close the window, but then prints the following to the console on a debug build of r18457 and returns to the previous screen.
ERROR: connection:willCacheResponse: was called inside of [NSURLConnection initWithRequest:delegate:] (40676250)
(/Users/matt/Code/WebKit/WebCore/platform/network/mac/ResourceHandleMac.mm:312 -[WebCoreResourceHandleAsDelegate connection:willCacheResponse:])
ERROR: connection:willCacheResponse: was called inside of [NSURLConnection initWithRequest:delegate:] (40676250)
(/Users/matt/Code/WebKit/WebCore/platform/network/mac/ResourceHandleMac.mm:312 -[WebCoreResourceHandleAsDelegate connection:willCacheResponse:])
ERROR: connection:willCacheResponse: was called inside of [NSURLConnection initWithRequest:delegate:] (40676250)
(/Users/matt/Code/WebKit/WebCore/platform/network/mac/ResourceHandleMac.mm:312 -[WebCoreResourceHandleAsDelegate connection:willCacheResponse:])
[5323] http://flickr.com/ line 247: Error: SYNTAX_ERR: DOM Exception 12
[5323] http://flickr.com/photos/upload/ line 247: Error: SYNTAX_ERR: DOM Exception 12
[5323] http://flickr.com/photos/upload line 247: Error: SYNTAX_ERR: DOM Exception 12
The DOM exceptions it spews seem to be just for flavor as this happens in nightlies before we started reporting them (pre-r18320).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
S60 port has a similar issue: Bug 11169.
David Kilzer (:ddkilzer)
This may be fixed by Bug 12273.
Mark Rowe (bdash)
<rdar://problem/4928662>
Matt Lilek
(In reply to comment #2)
> This may be fixed by Bug 12273.
This was not fixed by the patch for bug 12273.
Antti Koivisto
This was broken by r18011
*** This bug has been marked as a duplicate of 12690 ***