SEC-1865: Remove invalid OWASP link in TextEscapeUtils

This commit is contained in:
Rob Winch 2012-06-11 14:49:28 -05:00
parent a8b30ed6d9
commit 520b65e2e3
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
package org.springframework.security.web.util;
/**
* Internal utility for <a href="http://www.owasp.org/index.php/How_to_perform_HTML_entity_encoding_in_Java">escaping
* characters in HTML strings</a>.
* Internal utility for escaping characters in HTML strings.
*
* @author Luke Taylor
*