Is there a way to configure dispatchers so that they do not cache pages that return with 500 error code, etc.
Hi all,
Looks like at the moment, when a page in our publisher instance throws an exception and leads to a response with a 500 status code, the dispatcher in front of it caches the response and serves the 500 status code from then on.
So when the page is fixed and the exception is not thrown anymore, the dispatcher continues serving the 500 error code page.
Is there a way to configure the dispatcher to never cache 4xx and 5xx responses?
Thanks in advance.