Thomas Mueller (JIRA) wrote:
[ https://issues.apache.org/jira/browse/JCR-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680886#action_12680886 ]
Thomas Mueller commented on JCR-2007:
-------------------------------------
Julian - see the test case please.
I looked at the test case, and I agree that a string property that
contains a FF needs to round-trip.
What I was confused about is the statement:
"If a string contains a characters < 32 excluding newline (\n) and tab
(\t) - for example form feed (\f) - the imported string was base64 encoded."
because in the XML export, form feed is not supposed to show up anyway
(that would be a fatal encoding error).
BR, Julian