Skip to content

Commit 8eb9d0f

Browse files
committed
Update Jaavdoc.
1 parent e1b634e commit 8eb9d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/owasp/esapi/ESAPI.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public static Authenticator authenticator() {
9393
}
9494

9595
/**
96+
* The ESAPI Encoder is primarilly used to provide <i>output</i> encoding to
97+
* prevent Cross-Site Scripting (XSS).
9698
* @return the current ESAPI Encoder object being used to encode and decode data for this application.
9799
*/
98100
public static Encoder encoder() {

0 commit comments

Comments
 (0)