Commit 46246e9
committed
Null Handling for EventType Supplier
Applicable to the Log4JLoggerFactory (SPI), in order for the API to remain
consistent the implementation needs to allow for null EventType
references.1 parent dee6b52 commit 46246e9
File tree
2 files changed
+9
-1
lines changed- src
- main/java/org/owasp/esapi/logging/appender
- test/java/org/owasp/esapi/logging/appender
2 files changed
+9
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
0 commit comments