Commit a460ee3
committed
Don't crash response if you can't log uri info
Happened in production a bit, fairly confident it was a scanner but don't
know for sure becasue it doesn't print out the URI path!
```
e.s.l.e.s.utils.EnumExceptionMapper - Catching non user-facing IllegalArgumentException java.lang.IllegalArgumentException: Invalid URL encoding: not a valid digit (radix 16): 117"
```1 parent 8fae2d2 commit a460ee3
1 file changed
Lines changed: 13 additions & 4 deletions
File tree
- proxyserver/src/main/java/edu/suffolk/litlab/efsp/server/utils
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
0 commit comments