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

JavaScript Snippet Injection Support Servlet 5 #8569

Merged
merged 9 commits into from
May 31, 2023

Conversation

siyuniu-ms
Copy link
Contributor

@siyuniu-ms siyuniu-ms commented May 25, 2023

An improvment for #7650

The file structure in Servlet5 folder is identical to that of Servlet 3.

Some identical files was moved to servlet/common folder for reduce redundency
The reponse wrapper files and servletOutPutStream write advice class could not be shared between servlet3 and servlet5 as the servlet3 is using javax.servlet.ServletOutputStream while servlet 5 is using jakarta.servlet.ServletOutputStream.

@siyuniu-ms siyuniu-ms requested a review from a team as a code owner May 25, 2023 01:21
@trask trask merged commit 39c96bc into open-telemetry:main May 31, 2023
44 checks passed
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

4 participants