View Revisions: Issue #942 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0000942: Create Server dialog creates unescaped parameters through "Command Line" button |
|
Revision |
2012-07-30 21:49 by Zalewa |
|
Description |
All special characters should be escaped when the "Command Line" text is displayed. On Windows this AFAIK includes only the quotation mark although more research is needed. On Linux there are plenty characters that need escaping.
Perhaps there is a Qt function that will help solve this problem. |
|
Revision |
2012-07-30 21:30 by Zalewa |
|
Description |
All special characters should be escaped when the "Command Line" text is displayed. On Windows this AFAIK includes only the quotation mark although, more research is needed. On Linux there are plenty characters that need escaping.
Perhaps there is a Qt function that will help solve this problem. |