RESOLVED WORKSFORME 20424
REGRESSION(r35167): WebKit generates "500 Internal Server Error" on Symfony subpages
https://bugs.webkit.org/show_bug.cgi?id=20424
Summary REGRESSION(r35167): WebKit generates "500 Internal Server Error" on Symfony s...
Robert Lippert
Reported 2008-08-18 03:16:13 PDT
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
Alexey Proskuryakov
Comment 1 2008-08-18 05:34:56 PDT
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
Comment 2 2008-08-18 05:35:43 PDT
Robert Lippert
Comment 3 2008-09-19 01:17:17 PDT
With the latest release (WebKit r36640) the problem does not appear anymore.
Alexey Proskuryakov
Comment 4 2008-09-19 09:15:14 PDT
Apparently fixed server-side.
Note You need to log in before you can comment on or make changes to this bug.