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 Johan Enell, 17 years ago

Milestone: BASE 2.5BASE 2.4
Owner: changed from everyone to Johan Enell
Status: newassigned

comment:2 by Johan Enell, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3639]) Fixes #714

Note: See TracTickets for help on using tickets.