SEC-1865: Remove invalid OWASP link in TextEscapeUtils
This commit is contained in:
parent
a8b30ed6d9
commit
520b65e2e3
|
@ -1,8 +1,7 @@
|
||||||
package org.springframework.security.web.util;
|
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
|
* Internal utility for escaping characters in HTML strings.
|
||||||
* characters in HTML strings</a>.
|
|
||||||
*
|
*
|
||||||
* @author Luke Taylor
|
* @author Luke Taylor
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue