활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi Team,
We have setup dispatcherMaxAgeFilter to set TTL and we have multiple filters applied. We would like to know if there is a way to find out the order in which these filters are executed.
Any help on this would be appreciated
Thanks
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
The filters are executed in order; the first entry will be executed, and so on. Therefore, you only need to examine your "filters" file, identify which one is taking effect, and review its position in the order.
Hi @SanthoshAs1
filter section allow us to allow or deny incoming request.
It is a best practice to deny everything at first place and allow request URL's one by one.
Rules get applied in the order listed.
Thanks
Tarun
Hi Tarun,
Thanks for your reply
I am talking about the DispatcherMaxAgeFilter configurations - com.adobe.acs.commons.http.headers.impl.DispatcherMaxAgeHeaderFilter.xml
Thanks
Hello @SanthoshAs1
This header are being passed from publish to dispatcher.
Please use a lower log level for "com.adobe.acs.commons.http" package on publish and see if it helps.
The filters are executed in order; the first entry will be executed, and so on. Therefore, you only need to examine your "filters" file, identify which one is taking effect, and review its position in the order.
@SanthoshAs1 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.