SAP / neonbee

A reactive dataflow engine, a data stream processing framework using Vert.x
https://neonbee.io
Eclipse Public License 2.0
39 stars 17 forks source link

fix: mitigate problem with ChainAuthHandler #525

Closed halber closed 4 months ago

halber commented 4 months ago

A problem with the ChainAuthHandler was introduced in vert.x version 4.5.6. To mitigate the issue, we do not use the vert.x ChainAuthHandler when only one AuthenticationHandler is used. The problem still exists when more than one AuthenticationHandler is used.

https://github.com/vert-x3/vertx-web/issues/2611

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud