custom transport handler in AEM 6.0
Hi,
I want to override the transport handler which will be used by replication agent in author instance for my custom logic. My publish instance is in tomcat which requires an authentication to handle the request. I want to send authentication info through custom transport handler. I found the below link.
http://www.intelligrape.com/blog/custom-transport-handler-in-cq5aem/
Can anyone share the sample logic?