Back    
Priority:
Type:
State:
Assignee:
Subsystem:
Affected versions:
Fixed in:

TW-1428

Agent Escapes Paths with Spaces Incorrectly

0
If there are spaces in the paths and those have to be passed to an external utility via the command line, the path escaping is performed incorrectly, ie the quotes are added improperly.

Now (incorrect):
"-var="c:\program files""
(eg NAnt runner fails to start because it won't find the extension DLL)

Should be:
"-var=c:\program files"

Issue wasresolved
Comments (0)
History (1)