MantisBT - CDash
View Issue Details
0013227CDash(No Category)public2012-05-16 04:342012-05-16 04:34
David Schneider 
 
normalmajoralways
newopen 
linuxCentOS6.2
2.0 
 
0013227: Asynchronous call to dailyupdate fails
During asynchronous processing of submissions /cdash/processsubmissions.php get called by curl. From there /cdash/dailyupdatescurl.php should by called. But get_server_URI(true) returns http://localhost/cdash [^] if called from /cdash/processsubmissions.php. In cdash/do_submit.php:35 the path to cdash/dailyupdatescurl.php get builded as http://localhost/cdash/cdash/dailyupdatescurl.php [^] which is obviously wrong.

From access log:
127.0.0.1 - - [13/May/2012:03:09:44 +0200] "GET /cdash/cdash/dailyupdatescurl.php?projectid=1 HTTP/1.1" 404 305 "-" "-"
127.0.0.1 - - [13/May/2012:03:09:44 +0200] "GET /cdash/processsubmissions.php?projectid=1 HTTP/1.1" 200 339 "-" "-"
192.168.26.212 - - [13/May/2012:03:09:44 +0200] "PUT /submit.php?project=[..].xml&MD5=0de7a3a662da23d8cbc6d38f7e2bf0c8 HTTP/1.1" 200 123 "-" "-"
local options:
$CDASH_ASYNCHRONOUS_SUBMISSION = true;
$CDASH_AUTOREMOVE_BUILDS='1';
No tags attached.
Issue History
2012-05-16 04:34David SchneiderNew Issue

There are no notes attached to this issue.