Encode user input before insertion into URLs
authorMatthew Vogt <matthew.vogt@nokia.com>
Thu, 19 Jan 2012 06:39:53 +0000 (16:39 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jan 2012 06:38:34 +0000 (07:38 +0100)
commit69920f4ddeaa5dbdee555e0a607fd21eb42e2bbc
tree7bf29cf79ae1ba33d92ac7b0e2dd27dd48346bfa
parente6b224aa2872d7d1030fa98bd30603e16f8f9604
Encode user input before insertion into URLs

Encode user input strings used to formulate URLs, to ensure they do not
cause the structure of the URL to be subverted.

Task-number: QTBUG-19925
Change-Id: I6173f4df67a4bc1676ac32be6072763fc16f9720
Reviewed-by: Martin Jones <martin.jones@nokia.com>
examples/declarative/flickr/content/RssModel.qml
examples/declarative/particles/itemparticle/content/RssModel.qml
examples/declarative/photoviewer/PhotoViewerCore/RssModel.qml
examples/declarative/twitter/TwitterCore/RssModel.qml