Closed zloster closed 5 years ago
I've spend some time debugging the problem. The findings are here: https://github.com/ninjaframework/ninja/issues/656#issuecomment-489599460
I've played around with this: the workaround was to set the cache control header in the controllers. The best place to fix this is in ResultHandler.class in the "ninja.utils" package. It should be an interface to provide an easy way to be replaced by the DI framework?
See #73.