aws / aws-xray-java-agent

The official AWS X-Ray Auto Instrumentation Agent for Java.
Apache License 2.0
42 stars 18 forks source link

fixed npe in servlet response handler #63

Closed willarmiros closed 3 years ago

willarmiros commented 3 years ago

Issue #, if available: https://github.com/aws/aws-xray-sdk-java/issues/220

Description of changes: Perform null check in response handling logic in case context is missing for some reason.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.