Custom Share login Controller Not being called

cancel
Showing results for 
Search instead for 
Did you mean: 
mangar
Established Member II

Custom Share login Controller Not being called

I coppied the SlingshotLoginController.java from the base share code.  I just for a test,  I added some logging to the onSuccess method.  A simple:

        System.out.println("*************  ON SUCCESS CALLED *********************");

But when I log in,  This line is nowhere to be seen.   For fun I even added a redirect right after this line to go to google.com  In theory,  I should log in,  and see googles home page.  In alfresco acs,  simply adding your own class where the default one is supposed to be works as expected.  

Is there something special about share that I need to do to inject this custom class?