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

Add spring.webflux.multipart configuration properties #26037

Closed
bclozel opened this issue Apr 13, 2021 · 1 comment
Closed

Add spring.webflux.multipart configuration properties #26037

bclozel opened this issue Apr 13, 2021 · 1 comment
Labels
status: superseded An issue that has been superseded by another

Comments

@bclozel
Copy link
Member

bclozel commented Apr 13, 2021

See spring-projects/spring-framework#26790 for background information.

We could provide configuration properties to make the multipart configuration easier with WebFlux. Currently this is supported by org.springframework.http.codec.multipart.DefaultPartHttpMessageReader. Note that we need to carefully consider the configuration keys, as several of them don't apply if the "streaming" mode is selected.

@bclozel bclozel added the type: enhancement A general enhancement label Apr 13, 2021
@bclozel bclozel added this to the 2.x milestone Apr 13, 2021
@bclozel
Copy link
Member Author

bclozel commented Jul 29, 2021

Closing in favor of #26254

@bclozel bclozel closed this as completed Jul 29, 2021
@bclozel bclozel added status: superseded An issue that has been superseded by another and removed type: enhancement A general enhancement labels Jul 29, 2021
@bclozel bclozel removed this from the 2.x milestone Jul 29, 2021
bclozel added a commit that referenced this issue Aug 2, 2021
* gh-26037_spring_webflux_multipart_configprops:
  Polish "Add spring.webflux.multipart configuration properties"
  Add spring.webflux.multipart configuration properties

Closes gh-26037
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant