|
|
|
|
|
by mike-cardwell
331 days ago
|
|
I don't think this was done on purpose. If the query string is "?a=b" that's fine, and it's used in the cache filename. But if the query string is "?a" then it's excluded from the cache filename. Either way, the correct full URL is fetched with the full query string. It's just how it's cached that is affected. |
|