| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0007247 | CDash | public | 2008-06-26 10:47 | 2008-06-26 10:54 | |||||
| Reporter | Kate Rasing | ||||||||
| Assigned To | Julien Jomier | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 1.0.2 | ||||||||
| Target Version | Fixed in Version | 1.2 | |||||||
| Summary | 0007247: URL encoding in CTestConfig | ||||||||
| Description | In generateCTestConfig.php, when the project name has a space, the URL for the drop location does not get encoded properly -- instead of having "+" or "%20", it has a space, which causes errors when dropping the results. Fix: use the urlencode function to convert all special characters to proper URL encoding. $ctestconfig .= "set(CTEST_DROP_LOCATION \"".$currentURI."/submit.php?project=".urlencode($project_array["name"])."\")\n"; | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0012532) Julien Jomier (manager) 2008-06-26 10:54 |
Fixed in the SVN. Thanks for the report and providing a fix. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2008-06-26 10:47 | Kate Rasing | New Issue | |
| 2008-06-26 10:52 | Julien Jomier | Status | new => assigned |
| 2008-06-26 10:52 | Julien Jomier | Assigned To | => Julien Jomier |
| 2008-06-26 10:54 | Julien Jomier | Status | assigned => closed |
| 2008-06-26 10:54 | Julien Jomier | Note Added: 0012532 | |
| 2008-06-26 10:54 | Julien Jomier | Resolution | open => fixed |
| 2008-06-26 10:54 | Julien Jomier | Fixed in Version | => 1.2 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |