Hi,

In a project that I'm working we had a problem doing some html
requests in webkit browsers. The following error appeared:

'This page contains the following errors:
...... AttValue: " or ' expected....'

Looking at the request response I discovered that the quotes that
contains the xhtml tags attributes were removed. The only difference
between the test site and the production site was that in the last the
mod_pagespeed was enabled.

We solved it by disabling the pagespeed module.

The request that had problems was called by the ajax parser in the
Squeezebox plugin, we performed other HTML requests directly from the
class with the pagespeed enabled without problems.

Could this be an issue of the ajax security parser of the webkit
browsers if you use mod_pagespeed?

ps: we use core 1.2.5 in the project

Reply via email to