Commit 39fd663
committed
Provide Default Servlet filters used in RequestLoggingFilters
The new method `getDefaultFilters` can be used in custom implementations of
`requestLoggingFilters` to exchange Filters with custom implementations. An example
is used in the same class to inject the `requestRecordFactory` into the `GeneralRequestLogFilter`.1 parent fd7bb09 commit 39fd663
File tree
1 file changed
+17
-5
lines changed- cf-java-logging-support-servlet/src/main/java/com/sap/hcp/cf/logging/servlet/filter
1 file changed
+17
-5
lines changedLines changed: 17 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
66 | 76 | | |
67 | | - | |
68 | | - | |
| 77 | + | |
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
75 | 87 | | |
76 | 88 | | |
0 commit comments