summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-05-11 15:42:38 +0300
committerVaadin Code Review <review@vaadin.com>2015-05-11 14:19:56 +0000
commit8dd079511a5eac7fe6cc9d7592b004661b0d74d8 (patch)
tree7e64fbab3d4813a084f7321a69ac7f96c743b021 /WebContent
parent619bf2cd0eb3ee99c8e8c8126da488bceeac0ce4 (diff)
downloadvaadin-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.html2
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>