From e7e19e87143f3991de50bcbb33177bb76c63aa97 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 23 May 2014 12:37:27 -0700 Subject: [PATCH] fix a comment in script handling --- domain-server/src/DomainServer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domain-server/src/DomainServer.cpp b/domain-server/src/DomainServer.cpp index c814f81313..a530be5dad 100644 --- a/domain-server/src/DomainServer.cpp +++ b/domain-server/src/DomainServer.cpp @@ -1048,8 +1048,8 @@ bool DomainServer::handleHTTPRequest(HTTPConnection* connection, const QUrl& url matchingAssignment = _allAssignments.value(pendingData->getAssignmentUUID()); if (matchingAssignment && matchingAssignment->getType() == Assignment::AgentType) { - // we have a matching assignment and it is for the right type, send a temp re-direct to the - // URL for the script so the client can download + // we have a matching assignment and it is for the right type, have the HTTP manager handle it + // via correct URL for the script so the client can download QUrl scriptURL = url; scriptURL.setPath(URI_ASSIGNMENT + "/"