Hello,
In recent spacewalk versions, I have noticed “CRLF” characters on “custom info key” values that contain multiple lines.
You can see the “^M” characters using vim after downloading a config file with.
The older versions did not have this issue.
Thanks
-Josh
I applied the patch from Bug 742050 which resolved another issue I was having where special characters (curly brackets, etc..) were getting stripped.
However this did not fix the “CRLF” issue.
Would this be resolved in the same files maybe?
Data changed:
/java/code/webapp/WEB-INF/pages/systems/sdc/listcustomdata.jsp
<pre><c:out value="${current.value}" /></pre>
/java/code/webapp/WEB-INF/struts-config.xml
<form-property name="no_scrub" type="java.lang.String" initial="description"/>
<form-property name="no_scrub" type="java.lang.String" initial="value"/>
Thanks
-Josh
Another note.
This only happens in the web UI.
I do not see this when using the API.