I want to create a new SSO filter in to my existing alfresco bundle. Steps which I tried are;
Creating 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.
Registering that filter in share/WEB-INF/web.xml.
Is it the right way of adding a new filter? If not, please share the right procedure...