Description:For a Web Player login page, there is the Username and Password text field to allow the users to input text. If the username or password contains the special character "<" in the string, the string does not validate and the .Net framework throws an error. This issue is fixed in Spotfire version 7.5 and you are allowed to have passwords containing both "<" and ">" characters.
Symptoms:Example errors:
- A potentially dangerous Request.Form value was detected from the client (ctl00$content$userNameTextBox="<ad").< span=""></ad").<>
- A potentially dangerous Request.Form value was detected from the client (ctl00$content$passwordTextBox="<dafdafs").< span=""></dafdafs").<>
Cause:The reason for this error is a security precaution, to prevent HTML or even scripts from affecting the form.