helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

After retrieval check baggage entry for null before dereferencing it #8885

Closed tjquinno closed 1 week ago

tjquinno commented 2 weeks ago

Description

Resolves #8882

Check the BaggageEntry retrieved from the map for null before attempting to get the entry's value to return.

Add test.

Documentation

Bug fix; no doc impact.