Posted By:
Dynasec_Dynasec
Posted On:
Tuesday, December 19, 2006 01:40 AM
As a solution to XSS we convert every "
<" to "
<" and every ">" to ">".
When the value is displayed using bean:write tag with the filter="false" attribute the "
<" is displayed correctly.
But , when using the html:text struts tag I still get the "
<" value instead of the desired "
<" ..
What am I doing wrong ? ,,THANKS