You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rx Version of OAuth2AuthHandler Handler fails to send correct scopes. This happens because during initialization of the OAuth2AuthHandler object new instance is ignored because of how rx code is generated.
Version
4.5.7
Context
Rx Version of OAuth2AuthHandler Handler fails to send correct scopes. This happens because during initialization of the OAuth2AuthHandler object new instance is ignored because of how rx code is generated.
Do you have a reproducer?
Yes please find the reproducer attached https://gist.github.com/pendula95/0460494f9f6bacaf6ec8e5c63473fe70
This is because of following lines:
vertx-web/vertx-web/src/main/java/io/vertx/ext/web/handler/OAuth2AuthHandler.java
Lines 78 to 87 in 03f75d5
vertx-web/vertx-web/src/main/java/io/vertx/ext/web/handler/OAuth2AuthHandler.java
Lines 90 to 98 in 03f75d5
Generated RX Class looks like this:
This results in delegate never updating with new config.
The text was updated successfully, but these errors were encountered: