Bug 20424
Summary: | REGRESSION(r35167): WebKit generates "500 Internal Server Error" on Symfony subpages | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Lippert <robert> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | adele, ap |
Priority: | P1 | Keywords: | InRadar, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.symfony-project.org/plugins |
Robert Lippert
When visiting www.symfony-project.org/plugins/ or /blog/ I get an "500 Internal Server Error". This does not happen when using Safari 3.1 or Firefox – so it's a WebKit problem, I suppose. i am using the latest nighly build (however, this problem lasts a couple of weeks already. Unfortunately I can't tell, when it started...)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This happens because WebKit no longer sends "text/xml" in Accept header. The ChangeLog for <http://trac.webkit.org/projects/webkit/changeset/35167> states that we match Firefox 3, but this is not quite true - only the list of accepted types is the same, but their priorities are quite different.
In Safari 3, the Accept header matched Firefox 2 exactly.
Alexey Proskuryakov
<rdar://problem/6155522>
Robert Lippert
With the latest release (WebKit r36640) the problem does not appear anymore.
Alexey Proskuryakov
Apparently fixed server-side.