msgraph-sdk-java-core
msgraph-sdk-java-core copied to clipboard
fix issue where user specified interceptors where being overridden b…
Use the user Provided Interceptor as higher preference in the Interceptor chain
Fixes #bug 1757
Changes proposed in this pull request
- Currently there is no way to override the default Interceptors behaviour, This pull request take the user provided interceptor with more precedence
Other links
Worked on the changes here - https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/1795