From 806b046de442b5d6df039240111c4fba67bf1da6 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Thu, 18 Jan 2018 10:01:26 +0100 Subject: Add details about URL redirection/interception to changes-5.9.4 Task-number: QTBUG-65834 Change-Id: I77d77b0ab628b8a90ad48f06fab0cf8025d06109 Reviewed-by: Arnaud Vrac Reviewed-by: Michael Brasser --- dist/changes-5.9.4 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dist') 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 -- cgit v1.2.3