Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HttpURLConnection instrumentation on WebLogic #1439

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

agoallikmaa
Copy link
Contributor

In WebLogic, URL.openConnection() returns its own internal implementation of HttpURLConnection, which does not delegate the methods that have to be instrumented to the JDK superclass.

Instrumenting it directly resolves the issue of outgoing requests made with URL.openConnection() not being detected. It has been manually tested with WLS 12.2.1.4 and 14.1.1.0.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 21, 2020

CLA Check
The committers are authorized under a signed CLA.

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @agoallikmaa!

@iNikem iNikem merged commit 6875faa into open-telemetry:master Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants