Radu Romaniuc

Results 2 issues of Radu Romaniuc

Hi, There is an issue when trying to render both a barplot and a wordcloud. The barplot does not initially render. However, it does render when resizing the window. When...

**Expected Behavior** The OAuth2ResourceServerConfigurer class should be able to resolve a custom, developer-defined AuthenticationDetailsSource bean for when instantiating the BearerTokenAuthenticationFilter: `BearerTokenAuthenticationFilter filter = new BearerTokenAuthenticationFilter(resolver);` `filter.setBearerTokenResolver(bearerTokenResolver);` `filter.setAuthenticationEntryPoint(this.authenticationEntryPoint);` `filter = postProcess(filter);`...

status: waiting-for-triage
type: enhancement