This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "How to perform HTML entity encoding in Java"

From OWASP
Jump to: navigation, search
(Replaced content with '==Status== Deleted 9/16/2010 ==Why was this article deleted== HTML Entity Encoding is not enough to stop XSS in web applications. Please see [XSS_(Cross_Site_Scripting)_Pre…')
m (Why was this article deleted)
 
Line 4: Line 4:
 
==Why was this article deleted==
 
==Why was this article deleted==
  
HTML Entity Encoding is not enough to stop XSS in web applications. Please see [XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet] for more information.
+
HTML Entity Encoding is not enough to stop XSS in web applications. Please see [[XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet]] for more information.

Latest revision as of 05:38, 17 September 2010

Status

Deleted 9/16/2010

Why was this article deleted

HTML Entity Encoding is not enough to stop XSS in web applications. Please see XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet for more information.