PicnicSupermarket / reactive-support

RxJava 2 utilities.
MIT License
29 stars 0 forks source link

SecurityContextHolder.getContext() does not return context on Flowable's doOnComplete #39

Open prashanth000mj opened 5 years ago

prashanth000mj commented 5 years ago

I just add the rxjava-support dependency in my pom and created a class RxServletContextListener as suggested in https://github.com/PicnicSupermarket/reactive-support. But still I do not get the correct SecurityContext on Flowable's doOnComplete. screen shot 2018-12-11 at 5 40 37 pm

Any help is much appreciated. Thank you.