I want to create a new filter in to my existing alfresco bundle. Planning to create a simple Java project in Eclipse and creating a class which implements Filter and writing code there. Then extract the project as a JAR file and putting it into share/WEB-INF/lib and registering that filter in to share/WEB-INF/web.xml. Is it the right way of adding a new filter? If not, please share the right procedure…