Skip to content

Fixes #3591: implements automatic compression of deployed HTML, JS and CSS files#3592

Merged
mbarto merged 1 commit intogeosolutions-it:masterfrom
mbarto:gzip_compression
Mar 6, 2019
Merged

Fixes #3591: implements automatic compression of deployed HTML, JS and CSS files#3592
mbarto merged 1 commit intogeosolutions-it:masterfrom
mbarto:gzip_compression

Conversation

@mbarto
Copy link
Copy Markdown
Contributor

@mbarto mbarto commented Mar 1, 2019

Description

Automatic compression of static files (JS, css, HTML, etc.) in deployed war/binary

Issues

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)
(gzip) compression of static files need additional configuration on the java web container or frontend (apache http, etc.). We could implement compression using a standard java filter to avoid additional configuration needs.

What is the new behavior?
Automatic compression of static files (JS, css, HTML, etc.) in deployed war/binary

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@ghost ghost assigned mbarto Mar 1, 2019
@mbarto mbarto added this to the 2019.02.00 milestone Mar 1, 2019
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 80.919% when pulling 21a8806 on mbarto:gzip_compression into 2371e02 on geosolutions-it:master.

@offtherailz
Copy link
Copy Markdown
Member

@tdipisa should be port this changes to the dependent projects, as well as the fix to pdf dependency issues?. If so, please remember to open an issue or integrate the extisting one in the related projects

@mbarto mbarto merged commit ba02790 into geosolutions-it:master Mar 6, 2019
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.

Implement automatic compression of static files (JS, css, HTML, etc.) in deployed war/binary

4 participants