This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
combine_javascript conflict with rewrite_domains #287
Closed
Description
It seems that mod_pagespeed_xyz variables are hashes of the js file names, so
they do not change. However, with sharding enabled, the eval() statements call
on variables with incorrect/different and ch names.
What steps will reproduce the problem?
1. Enable domains sharding.
2. Enable combine_javascript
What is the expected output? What do you see instead?
Combined js file with mod_pagespeed_xyz variables called by eval() statement
after. When sharding is enabled, the eval() calls variables by
incorrect/different name.
MPS 0.9.17.3-679 / Fedora Apache worker MPM
Original issue reported on code.google.com by webmas...@clubsilver.org
on 8 May 2011 at 7:23