Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Release 1.5.1
-
Fix Version/s: Release 1.5.2, Release 1.6
-
Component/s: ActionBean Dispatching
-
Labels:None
Description
If an interceptor short-circuits the request cycle, the @HttpCache settings are ignored because HttpCacheInterceptor only executes if the execution context indicates that the resolution came from the handler. The settings should always apply.