Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

ModPagespeedRewriteRandomDropPercentage cause duplicate image srcs to be blank. #748

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

Input HTML: <img src='a.png'> <img src='a.png'>
Output HTML: <img src='a.png'> <img src=''>

This can occur when RewriteRandomDropPercentage is set to something greater 
than zero and images have duplicate URLs in the same HTML document.  The later 
images have their URLs removed.

Original issue reported on code.google.com by jkar...@google.com on 24 Jul 2013 at 2:38

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant