This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Commit a920a67
authored
Fix NullPointerException for HTTP requests with no method override. (#56)
getRequestMethodOverride() returns null when "x-http-method-override"
header is not set. The output of this method cannot be directly used to
query API operation registry.1 parent 20e50ce commit a920a67
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments