diff options
author | Leif Åstrand <leif@vaadin.com> | 2015-05-11 15:42:38 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-05-11 14:19:56 +0000 |
commit | 8dd079511a5eac7fe6cc9d7592b004661b0d74d8 (patch) | |
tree | 7e64fbab3d4813a084f7321a69ac7f96c743b021 /WebContent | |
parent | 619bf2cd0eb3ee99c8e8c8126da488bceeac0ce4 (diff) | |
download | vaadin-framework-8dd079511a5eac7fe6cc9d7592b004661b0d74d8.tar.gz vaadin-framework-8dd079511a5eac7fe6cc9d7592b004661b0d74d8.zip |
Mention potential gzip incompatibility in release notes (#13653)
Change-Id: I11f2e4095ac106e985e2add283c7d36d04cd07e2
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ac8d465cfb..33f7a1ef70 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -109,6 +109,8 @@ <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3> <ul> <li>Push path has been changed from /PUSH/ to /PUSH to be compatible with JSR 356.</li> + <li>Widgetset files and other pre-compressed resources are sent as gzip to compatible browsers. + This may interfere with custom response compression solutions that do not respect the Content-Encoding response header.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |