Skip to content
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.

query-params in origin URL should have ? escaped in rewritten URL #114

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions