Uh oh!
There was an error while loading. Please reload this page.
TEZ-4743: Refactor ProfileServlet and ProfileOutputServlet to use standard response.sendError API - #527
Merged
Conversation
tez-yetus
commented
Jul 19, 2026
💔 -1 overall
This message was automatically generated. |
abstractdog
commented
Jul 22, 2026
Contributor
this looks good so far 👍 assuming a rebase |
Aggarwal-Raghav
commented
Jul 22, 2026
ContributorAuthor
Will do in an hour |
Aggarwal-Raghavforce-pushed
the
TEZ-4743
branch
2 times, most recently
from
July 23, 2026 05:34
fe925d5 to
811deb4Comparetez-yetus
commented
Jul 23, 2026
💔 -1 overall
This message was automatically generated. |
Aggarwal-Raghav
commented
Jul 23, 2026
ContributorAuthor
There is a delay in github webhooks. I forced pushed to fix the spotbugs vulnerability but its not getting reflected in PR. |
Aggarwal-Raghavforce-pushed
the
TEZ-4743
branch
2 times, most recently
from
July 23, 2026 07:49
811deb4 to
582e485Comparetez-yetus
commented
Jul 23, 2026
💔 -1 overall
This message was automatically generated. |
This comment was marked as outdated.
This comment was marked as outdated.
Uh oh!
There was an error while loading. Please reload this page.
…ndard response.sendError API - Replaced manual error writing with the standard, built-in response.sendError(...) API in both servlets - Removed the obsolete writeMessage() and PrintStream logic - If the `?file=` parameter is missing, the servlet now correctly returns a 400 Bad Request instead of incorrectly returning a 200 OK success code
tez-yetus
commented
Jul 25, 2026
🎊 +1 overall
This message was automatically generated. |
Aggarwal-Raghav
commented
Jul 25, 2026
ContributorAuthor
Addressed review comment @abstractdog |
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
?file=parameter is missing, the servlet now correctly returns a 400 Bad Request instead of incorrectly returning a 200 OK success code