RESOLVED DUPLICATE of bug 12690 12020
REGRESSION: Flickr uploading broken
https://bugs.webkit.org/show_bug.cgi?id=12020
Summary REGRESSION: Flickr uploading broken
Matt Lilek
Reported 2006-12-28 16:57:15 PST
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
David Kilzer (:ddkilzer)
Comment 1 2007-01-16 03:22:59 PST
S60 port has a similar issue: Bug 11169.
David Kilzer (:ddkilzer)
Comment 2 2007-01-16 03:25:28 PST
This may be fixed by Bug 12273.
Mark Rowe (bdash)
Comment 3 2007-01-16 19:26:37 PST
Matt Lilek
Comment 4 2007-01-22 18:18:17 PST
(In reply to comment #2) > This may be fixed by Bug 12273. This was not fixed by the patch for bug 12273.
Antti Koivisto
Comment 5 2007-03-02 00:29:33 PST
This was broken by r18011 *** This bug has been marked as a duplicate of 12690 ***
Note You need to log in before you can comment on or make changes to this bug.