Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1.0
-
None
-
Operating System: other
Platform: Other
-
25291
Description
Due to attribute normalisation (XML spec),
<input type="hidden" name="aname" value="First line
Second line"/>
is submitted as aname=First+line+Second+line
newline characters should be filtered as (BaseFieldTag.formatValue(Object))