Hi All,
We have and application requirement to prevent cross-stie scripting from applicaiton and I heard that, using websphere server we can have below class to set up in a web container and web container encodes the specified error messages prior to formatting them, to prevent Cross-Site Scripting (XSS) attacks on the client if the application does not sanitize these messages
com.ibm.ws.webcontainer.setUnencodedHTMLinsendError = true
But when I tried same set up under custom property of web container, it's not recognizing any script tags which are appended through input data.
Can you please any one suggest. is WAS is having the feature of preventing cross-stie script ? if yes. can you please provide me the solution ?
Thanks in advance