You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a proper StringEscapeUtils.escapeXml in the first place.
serverRawResponse shouldn't be unescaped, because serverRawResponse will be parsed as XML.
Text extracted from parsed serverRawResponse should be unescape only if needed (i.e. if used in a javascript popup). For example, should unescape msg here (BaseUploadStatus.java):
Problem discovered by attempting XSS injection on UploadAction:
Suggestions:
The text was updated successfully, but these errors were encountered: