You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Currently if we have
<img src="images/myimage.jpg?param">
we will rewrite it into something like this:
<img src="images/ce.HASH.myimage,j?param.jpg">
We should escape the "?" so it doesn't get interepreted as a query-param thus
preventing proxy caches from caching it.
Original issue reported on code.google.com by jmara...@google.com on 24 Nov 2010 at 10:24