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

KTOR-8082 Add formFieldLimit system property #4617

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

e5l
Copy link
Member

@e5l e5l commented Jan 20, 2025

Fix KTOR-8082 Read mutipart upload regression from 2.x to 3.x

@e5l e5l requested a review from bjhham January 20, 2025 08:49
@e5l e5l self-assigned this Jan 20, 2025
package io.ktor.server.request

@PublishedApi
internal actual val DEFAULT_FORM_FIELD_LIMIT: Long
Copy link
Member

Choose a reason for hiding this comment

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

Nit. We've created nonJvm source-set recently. Maybe this implementation could be moved there.

@e5l e5l enabled auto-merge (squash) January 22, 2025 07:38
@e5l e5l disabled auto-merge January 22, 2025 07:38
@e5l e5l force-pushed the e5l/form-field-limit-property branch 5 times, most recently from 99c8cf0 to ec2af5a Compare January 23, 2025 10:21
@e5l e5l force-pushed the e5l/form-field-limit-property branch from ec2af5a to 5d7d41e Compare January 23, 2025 10:52
@e5l e5l enabled auto-merge (squash) January 23, 2025 11:23
@e5l e5l merged commit 4fd2282 into main Jan 23, 2025
13 of 16 checks passed
@e5l e5l deleted the e5l/form-field-limit-property branch January 23, 2025 11:44
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.

3 participants