Hi Arun,That's what I guessed, bcz when I updated the following property
under '/system/console/configMgr' :'Apache Sling GET Servlet =>
xml:pdf,zip,ppt 'The requests get handled by the default GET servlet and
it downloads the asset(.zip,.ppt,etc) from the dam(what we want to
achieve) but the control still never came to our custom servlet.Thanks
to you, now I do see which default servlet handles the request with
extension .zip,.ppt, etcBUT, how do I get my custom servlet to handle
such request a...