Skip to content

Fix cache poisoning issue due to transient exceptions (CORALCOOL-3009)

Exceptional packets (some of them) generated by ServerStub when it receives exception from handling code are now sent back with cacheable flag set to false. this avoids proxy cache poisoning by transient exceptions.

There is a bigger issue with re-connect that is a part of CORALCOOL-3009, it is not covered by this patch.

Merge request reports