Commit 7ce374a
committed
Make Apache v4 interception reliable enough to intercept Gradle
Not really because Gradle is especially interesting, more that it's sufficiently
common that it's likely to be a test case for many people, and it would be good
if that worked! Previously it did basically work, AFAICT, but with loud errors
during setup when HttpRoute couldn't be resolved. We now ensure that that's not
required, so there's no errors: just perfectly intercepted HTTP(S).1 parent c0b9dc8 commit 7ce374a
File tree
1 file changed
+16
-9
lines changed- src/main/java/tech/httptoolkit/javaagent/advice/apacheclient
1 file changed
+16
-9
lines changedLines changed: 16 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
0 commit comments