TW-1420 |
Values of input fields are not escaped |
|
0
|
|
If you enter something like
into "Additional Ant command line parameters:" and submit the page the value gets truncated to
That is because the quotes are not escaped when rendering the page.
Even though it is only a small bug it is really a blocker for me since I cannot enter the values I need.
Issue wasresolved
- DmyProp="myValue"
into "Additional Ant command line parameters:" and submit the page the value gets truncated to
- DmyProp=
That is because the quotes are not escaped when rendering the page.
Even though it is only a small bug it is really a blocker for me since I cannot enter the values I need.
Issue wasresolved
|
|
Kirill Maximov 07 Jan 2007 15:12 (2 years ago) |
To enter system properties use interface "Properties and environment variables" when editing build configuration.
|