Servlet not working on publish instance
I have a site set up on publish instance where I'm doing an ajax call to a servlet, however I'm not getting any response.
The servlet is also installed as an OSGi bundle in the back end of our publish instance.
I'm doing a POST call however I did notice that when I do a GET call it goes through. I've also checked the
Apache Sling Referrer Filter configuration and removed the 'POST' from 'Filter Methods', but still no luck.
Any thoughts guys?
Thanks!


