[webkit-reviews] review denied: [Bug 29299] [Soup] Should not ignore body for redirection responses : [Attachment 67041] Do not ignore body on 302 for redirect purpouses (SoupURILoader version)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 09:00:49 PDT 2010


Martin Robinson <mrobinson at webkit.org> has denied Sergio Villar Senin
<svillar at igalia.com>'s request for review:
Bug 29299: [Soup] Should not ignore body for redirection responses
https://bugs.webkit.org/show_bug.cgi?id=29299

Attachment 67041: Do not ignore body on 302 for redirect purpouses
(SoupURILoader version)
https://bugs.webkit.org/attachment.cgi?id=67041&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=67041&action=review

This looks very reasonable to me, but because of the funky ChangeLogs and
Gustavo's comment, I'll r-.

> LayoutTests/ChangeLog:13
> +	   Tests that 302 redirections without Location do not ignore the
> +	   body for redirection purpouses (the body could have a meta
> +	   http-equiv=refresh)
> +
> +	   [Soup] Should not ignore body for redirection responses
> +	   https://bugs.webkit.org/show_bug.cgi?id=29299
> +
> +	   * http/tests/navigation/redirect302-metaredirect-expected.txt:
Added.
> +	   * http/tests/navigation/redirect302-metaredirect.html: Added.

I think the order of these is typically reversed with the bug link coming
first.

> WebCore/ChangeLog:11
> +	   Body is now provided to WebKitGtk+ in some redirections (like 302)
> +	   because it could be used by servers to perform clunky redirections
> +	   for example using http-equiv=REFRESH
> +
> +	   [Soup] Should not ignore body for redirection responses
> +	   https://bugs.webkit.org/show_bug.cgi?id=29299
> +

Same thing here.


More information about the webkit-reviews mailing list