Re: [Dev] [IS] OAuthServerConfiguration implementation

2015-02-28 Thread Johann Nallathamby
Looks its an error. Only successfully initialized handlers should be added to the list. For the ones that failed we have to log the error and continue initializing the rest. On Sat, Feb 28, 2015 at 11:17 PM, Nuwandi Wickramasinghe nuwan...@wso2.com wrote: Hi, Is there any particular reason

[Dev] [IS] OAuthServerConfiguration implementation

2015-02-28 Thread Nuwandi Wickramasinghe
Hi, Is there any particular reason for hiding some exceptions in OAuthServerConfiguration class? For an example, *public ListClientAuthenticationHandler getSupportedClientAuthHandlers() {* *if (supportedClientAuthHandlers == null) {* *synchronized (this) {* *