Commit 041105c
committed
feature #3883 Removed redundant POST request exclusion info (ryancastle)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3883).
Discussion
----------
Removed redundant POST request exclusion info
The default ``ExceptionListener::setTargetPath()`` already excludes POSTs/PUTs, so suggesting that people should implement their own listener to do this is a bit misleading.
However, doing this to prevent XMLHttpRequest URIs from being saved is still valuable.
Commits
-------
01fc656 Added comma after "For example"
c633f6b Improved clarity of explanation around overriding setTargetPath()
556365b Removed redundant POST request exclusion info1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments