kotharikrati
kotharikrati
Hi @fkbeys Could you please add detailed solution how you fixed this : @marcusdacoregio : Could you please help here. I am using it like this but could not fix...
Thank you @fkbeys for the detailed solution of yours.
> I believe that this is not related only to client-cert authentication. The problem is around the [behavior of async processing](https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#mvc-ann-async-vs-webflux) (emphasis by me): > > > When a controller...
> ```java > SecurityContextHolderFilter > ``` Hi @marcusdacoregio , the overridden method : @Override protected boolean shouldNotFilterAsyncDispatch() { return false; } **only works for spring 3.0.0 and not for 3.0.6...
Hi @marcusdacoregio , I will check again . Thank you!