View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007247CDashpublic2008-06-26 10:472008-06-26 10:54
ReporterKate Rasing 
Assigned ToJulien Jomier 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.0.2 
Target VersionFixed in Version1.2 
Summary0007247: URL encoding in CTestConfig
DescriptionIn 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";
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0012532)
Julien Jomier (manager)
2008-06-26 10:54

Fixed in the SVN. Thanks for the report and providing a fix.

 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


Copyright © 2000 - 2018 MantisBT Team