Skip to content

[WIP] Enable server compression #86

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

etiennehomer
Copy link
Collaborator

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines

Does this PR already have an issue describing the problem?
No

What kind of change does this PR introduce?
This PR changes the configuration of the springboot server.

What is the current behavior?
Non compressed case files are downloaded as plain file in getCase http requests.

What is the new behavior (if this is a feature change)?
Plain case files are compressed during the http transfer and decompressed on client side.
See https://docs.spring.io/spring-boot/docs/2.0.6.RELEASE/reference/html/howto-embedded-web-servers.html#how-to-enable-http-response-compression

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

Signed-off-by: Etienne Homer <[email protected]>
@etiennehomer etiennehomer requested a review from jonenst April 3, 2025 07:57
Copy link

sonarqubecloud bot commented Apr 3, 2025

@etiennehomer etiennehomer changed the title Enable server compression [WIP] Enable server compression Apr 3, 2025
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.

1 participant