Hi, My reading of the code at http://qt.gitorious.org/qt/qt/blobs/master/src/declarative/qml/qmlxmlhttprequest.cpp suggests that it will crash if an request is created with an unsupported HTTP verb. There is no guard on the method at line 1040 which means that m_network will not be initialised in requestFromUrl, leading to a connect to an invalid object at line 1139.
Cheers Rich. _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
