Santiago Del Castillo wrote:
Hi list!! Does squid let you configure if the following urls can be the same or different object in cache?? http://www.example.com/example.jpg http://www.example.com//exapmle.jpg
By the strict standard they are different URI if they ever get passed to the proxy. In practice the user-agent is supposed to strip the double // down to a single in HTTP and some other protocols. Squid may or may not strip it down as well.
Adrians recent work with a store re-writer in lets you create a custom URI re-mapper to point both URI at the same place and thus store as the same file. see the GoogleEarth/Maps threads for more info.
Amos