aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-01-18 10:01:26 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-01-23 08:57:46 +0000
commit806b046de442b5d6df039240111c4fba67bf1da6 (patch)
tree9b3d2ce07099e47243f7285470a8e5db25ef37e4 /dist
parentc46a780e95605bc80bbe8129302d09cec06ba454 (diff)
Add details about URL redirection/interception to changes-5.9.4
Task-number: QTBUG-65834 Change-Id: I77d77b0ab628b8a90ad48f06fab0cf8025d06109 Reviewed-by: Arnaud Vrac <avrac@freebox.fr> Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.9.48
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/changes-5.9.4 b/dist/changes-5.9.4
index c0e861a706..0659875b9a 100644
--- a/dist/changes-5.9.4
+++ b/dist/changes-5.9.4
@@ -29,7 +29,13 @@ QtQml
- [QTBUG-56521][QTBUG-56532] Added private qmlUnregisterType(int) for
advanced use cases such as re-registering an enum, or cleaning up
when a plugin is unloaded
- - [QTBUG-61209] Fixed handling of QML cache files during URL interception
+ - [QTBUG-61209] Fixed handling of QML cache files during URL interception.
+ This changes the semantics of URL redirects. Previously a redirected URL
+ was used as the base URL for further URL resolution. This doesn't work
+ because redirection occurs after interception and interception should
+ not influence the resolution of further URLs. We now use the original
+ URL as base URL for resolution of further URLs and rely on the server to
+ redirect those, too.
- [QTBUG-63844] Fixed a crash in QMetaObject::activate() when using
a Loader to load items with animations