eclipse-vertx / vertx-auth

Apache License 2.0
160 stars 153 forks source link

Fix some copy constructors (#677) #678

Closed tsegismont closed 3 months ago

tsegismont commented 3 months ago

Fixes #676

The copy constructors of JWTOptions PubSecKeyOptions and OAuth2Options were copying by reference some of their data.

This is not the expected behavior of Vert.x options.