Commit 68dddf0
committed
Remove useless URL-rewriting logic from the Java FF. The code seems to be based on the idea that the function servlet is registered with a servlet path that is the name of the function (/myfunction) but actually the servlet path is always empty. So the existing logic has no effect.
PiperOrigin-RevId: 2962771431 parent 5bde734 commit 68dddf0
File tree
3 files changed
+2
-44
lines changed- invoker/core/src/main/java/com/google/cloud/functions/invoker
3 files changed
+2
-44
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
Lines changed: 0 additions & 40 deletions
This file was deleted.
0 commit comments