traeak commented on pull request #5044: URL: https://github.com/apache/trafficcontrol/pull/5044#issuecomment-701470473
The current workaround for the above "reissue" is to slightly change the regex so that it doesn't match the previous one. ``` http://origin\.tld/images/foo\.jpg 1601564496 http://origin\.tld/images/foo.jpg 1601823696 ``` Note in the above case the second rule is different from the first so that both are in play. Because the time of rule activation is what is used to compare against the Date in cache the start time of that second rule will force another revalidation. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
