-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
3.0.6.Final
-
None
We have recently upgraded from 2.x to 3.0.6 and found that cache behavior is different.
Before the ServerCacheHitFilter considered the produced mimetype from the method, but now it only looks at request headers.
ServerCacheHitFilter#handleGET
We have an app that only produces application/json, but clients that don't specify this in request will trigger a method invocation even though a valid cache exist (since it only produces application/json).
Is there any way we can have the behaviour from 2.x back?