when i insert "%165%" in a textbox, the server recept "a5%". Why happend that? is a hexadecimal conversion...why? In my ajax script, i use encodeURIComponent(), and the result, before send the post is fine:
"numero=%165%" --> "numero=%25165%25"
Its not a error, is a wrong behavior, because the server recept "a5%" and not "%165%" I need help please...thanks so much! JAVA, strut1
SOLVED: A class named XSSFilter.java was the problem in the web.xml file.