Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: core
Created: 10/Apr/14 10:42 AM
Description:

In some of our jobs, the build result page gets some text appended using a Groovy postbuild step. The appended text can contain arbitrary characters, even an escape character (character code 27). Everything works fine.

On accessing such a build via XML api, there is an exception because the XML output contains invalid characters:

error on line 1 at column 9913: PCDATA invalid Char value 27

I'm aware that I can avoid this issue by filtering the appended text in the groovy step, but generally the XML API should filter or escape such invalid characters from the output.

Project: Jenkins
Priority: Minor Minor
Reporter: Michael Keppler
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to