Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.1
-
None
Description
When using a URL that has e.g. a redirect from tinyurl to point to a QML file - QmlView (and qmlviewer implicitly) does not redirect but errors with the following message;
qmlviewer http://tinyurl.com/ybkwszg Wall startup time: 2 http://tinyurl.com/ybkwszg:0:0: Expected token `numeric literal' http://tinyurl.com/ybkwszg:0:0: Expected a qualified name id
The server sends a
HTTP request sent, awaiting response... 301 Moved Permanently
but QmlView doesn't follow to the moved to location
Attachments
Issue Links
- depends on
-
QTBUG-8232 QNetworkAccessManager should support redirection
- Closed