Hi,

Tapestry automatically encodes HTML like < to &lt; , which is nice as a
part of XSS prevention. But we also have some own javascript components
where this doesnt happen automatically (JSON data).

Is it possible to disable this encoding, so I can just do the encoding
myself at the moment of data input instead of output (using a
RequestFilter) ?

Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to