Hi All,
I want to know what is specific usage of the sling servlet filters can someone porvide any example in real world scenario.
Thanks,
Mani Kumar
Solved! Go to Solution.
Views
Replies
Total Likes
Here is a good article on this topic.
"Sling filters are basically OSGi services which are implementing javax.servlet.Filter interface. They are mostly used for authentication of request, post processing of markup or adding/modifying some request parameters etc. Sling supports filters by applying filter chains to the requests before actually dispatching to the servlet or script for processing."
http://hashimkhan.in/aem-adobecq5-code-templates/filters/
Jitendra
korthivada wrote...
Hi All,
I want to know what is specific usage of the sling servlet filters can someone porvide any example in real world scenario.
Thanks,
Mani Kumar
Views
Replies
Total Likes
Here is a good article on this topic.
"Sling filters are basically OSGi services which are implementing javax.servlet.Filter interface. They are mostly used for authentication of request, post processing of markup or adding/modifying some request parameters etc. Sling supports filters by applying filter chains to the requests before actually dispatching to the servlet or script for processing."
http://hashimkhan.in/aem-adobecq5-code-templates/filters/
Jitendra
korthivada wrote...
Hi All,
I want to know what is specific usage of the sling servlet filters can someone porvide any example in real world scenario.
Thanks,
Mani Kumar
Views
Replies
Total Likes
Thanks Jitendra can you provide any real time scenario example
Views
Replies
Total Likes
Let's suppose, you want to meet any govt officer and before meeting to him, you have to go through peon (big boss) and he will do the checks before granting permission to you.
In similar fashion, any request comes to AEM system, go through these filters and these filters do the verification of the call.
Jitendra
korthivada wrote...
Hi All,
I want to know what is specific usage of the sling servlet filters can someone porvide any example in real world scenario.
Thanks,
Mani Kumar
Views
Replies
Total Likes