Hi Ernesto, Check org.apache.wicket.response.filter.XmlCleaningResponseFilter. Its javadoc states that it used by Wicket for Ajax responses by default but actually you have to set it up yourself.
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 8, 2016 at 9:07 AM, Ernesto Reinaldo Barreiro < [email protected]> wrote: > Dear Wicketeers, > > I have the following situation: > > 1- A TinyMC text-area area where users can copy paste HTML/Rich text > 2- Later on I have another tab where user can see the "HTML". (A label with > setEscapeMarkup(false)) > 3- If user enters \u0001 ("Start of Heading, "SOH"). AJAX request to show > "View tab" are broken. > > Question: Is our responsibility to filter "user HTML" or is this a failure > of wicket AJAX implementation? > > > > -- > Regards - Ernesto Reinaldo Barreiro >
