ratcashdev / authenticroast

Automatically exported from code.google.com/p/authenticroast
1 stars 0 forks source link

CompositeAuthenticator problem? #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define a custom authenticator that implements begin or end methods
2. Wrap it with CompositeAuthenticator

What is the expected output? What do you see instead?
begin and end methods of the custom authenticator are never called. In my 
application I had to override CompositeAuthenticator and implement begin/end 
methods that loop through all "sub-authenticators" and call their begin/end 
methods respectively.

Original issue reported on code.google.com by anonsoft...@gmail.com on 1 Jun 2013 at 8:53