I use stripes frames to implement a web application. To avoid all types of attacks, the text is stored in a sanation database, and the sanitation process involves encoding HTML objects.
My problem arises when I make a strip shape. When the form starts from empty, everything is in order. However, when the user previously entered something, this form and that the existing values ββare retrieved from the database, are set in the bean action, and then displayed with strip shape tags, the stripes disappear again. This leads to double escaping my string.
In any case, can I tell the stripes that I know what I am doing, and the line that I give you has already escaped?
source share