| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001223 | LuxRender | Core | public | 2012-04-21 15:16 | 2012-09-11 06:10 |
|
| Reporter | const | |
| Assigned To | Dade | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 1.0RC4 | |
|
| Summary | 0001223: LuxMark fails to submit results |
| Description | Benchmark results submission faile with message "Submission error: URL takes POST requests only". |
| Additional Information | I have compiled LuxMark on Linux x86_64 with Qt 4.8.1. |
| Tags | No tags attached. |
|
| Mercurial Changeset # | |
| Requires Documentation Update | No |
| Requires Exporter Update | |
|
| Attached Files | luxmark-submit.patch [^] (564 bytes) 2012-04-21 15:16 [Show Content] [Hide Content]diff -r 4388acb777de samples/luxmark/submitdialog.cpp
--- a/samples/luxmark/submitdialog.cpp Thu Apr 19 14:33:34 2012 +0200
+++ b/samples/luxmark/submitdialog.cpp Sun Apr 22 02:15:47 2012 +0400
@@ -104,6 +104,7 @@
QNetworkRequest request;
request.setUrl(QUrl("http://www.luxrender.net/luxmark/submit"));
request.setRawHeader("User-Agent", "LuxMark v" LUXMARK_VERSION_MAJOR "." LUXMARK_VERSION_MINOR);
+ request.setHeader(QNetworkRequest::ContentTypeHeader, "application/x-www-form-urlencoded");
// Create the http request parameters
QUrl params;
|
|