Opened 17 years ago
Closed 17 years ago
#714 closed defect (fixed)
Base1PluginExecutor.JobParameter.toString() may generate incorrect XML
Reported by: | Nicklas Nordborg | Owned by: | Johan Enell |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.4 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
The Base1PluginExecutor.JobParameter.toString() method is used to generate the XML representation of job parameters required by BASE 1 plug-ins. The toString() method generates the XML by simple string concatenation. It doesn't escape characters in text or attribute values that may be invalid. For example: <, >, & and any characters outside the ASCII range.
Change History (2)
comment:1 by , 17 years ago
Milestone: | BASE 2.5 → BASE 2.4 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3639]) Fixes #714