문제

Is there any alternative of dispatcher?

We cannot set headers from CQ5 with using dispatcher. Handling cookies is also tricky, we can store cookies, only with POST request with using dispatcher. (storing cookies on client side is a bad practice).

So is there any better alternative for dispatcher, like caching in filter chain?

Thanks!

도움이 되었습니까?

해결책

Well, it's not really an alternative but a possible extension:

https://www.varnish-cache.org/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top