Skip to content

Commit 61de71f

Browse files
committed
Changed the tongue-in-cheek propert names to the actual ones we are using.
1 parent 8225a67 commit 61de71f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/org/owasp/esapi/errors/NotConfiguredByDefaultException.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
/**
44
* A {@code NotConfiguredByDefaultException} should be thrown when a method that
5-
* is disabled by default is invoked,
5+
* is disabled by default is invoked.
66
* </p><p>
7-
* See the ESAPI properties "ESAPI.enableLegCannonModeAndGetMyAssFired.methodNames" and
8-
* "ESAPI,enableLegCannonModeAndGetMyAssFired,justification" in the
7+
8+
* See the ESAPI properties "<b>ESAPI.dangerouslyAllowUnsafeMethods.methodNames</b>"
9+
* and "<b>ESAPI.dangerouslyAllowUnsafeMethods.justification</b>" in the
910
* <b>ESAPI.properties</b> file for additional details.
1011
* </p>
1112
*/

0 commit comments

Comments
 (0)