-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(http): add SizeLimitHandler to enforce request body size limit #6658
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
Open
bladehan1
wants to merge
19
commits into
tronprotocol:develop
Choose a base branch
from
bladehan1:feat/request_size
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
aa8006d
feat(http): add Jetty SizeLimitHandler to enforce request body size l…
bladehan1 e81cef5
feat(http) : wait for HttpService startup future in SizeLimitHandlerTest
bladehan1 9fc6a29
feat(http): add independent maxMessageSize for HTTP and JSON-RPC
bladehan1 adb49d6
opt(checkstyle): optimize checkstyle
bladehan1 2cc14e2
change(config): update default size
bladehan1 e182fb2
test(framework): align ArgsTest with 4M defaults
bladehan1 e0df7d4
test(http): doc for default value
bladehan1 baa4d88
fix(api): use httpMaxMessageSize in checkBodySize instead of gRPC limit
bladehan1 cd1ebad
test(http): add chunked transfer and zero-limit tests for SizeLimitHa…
bladehan1 8c539d1
refactor(config): use getMemorySize() for size limit configs
bladehan1 757470c
fix(config): allow zero value for maxMessageSize parameters
bladehan1 0b45cbb
test(http): verify checkBodySize consistency with SizeLimitHandler
bladehan1 c28405c
fix(config): correct comment from "positive" to "non-negative"
bladehan1 c8bacc8
fix(http): add safe default for maxRequestSize and fix misleading var…
bladehan1 8938c52
test(config): add maxMessageSize parsing and zero-value documentation
bladehan1 aea0be8
test(http): add real JSON-RPC integration test and clean up SizeLimit…
bladehan1 58c258d
refactor(http): replace reflection with @VisibleForTesting accessor a…
bladehan1 f360750
test(http): address review comments - assertThrows, ASCII punctuation…
bladehan1 bb14edd
fix(config): cap http/jsonrpc maxMessageSize at Integer.MAX_VALUE
bladehan1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.