Commit 36d1d4a
Marko Obrovac
Parsoid: Add fallback for transforms to the proxy
When we are in split mode, we need to account for the transition period
of each domain, during which time some transform requests will actually
need to be handled by Parsoid/JS since the clients retrieved the JS
variant of the HTML. Thefore, for transform end points provide a
fallback in case of a 404 which happens if RESTBase can't retrieve the
stashed content.
Bug: T2307911 parent 14ad601 commit 36d1d4a
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
| |||
0 commit comments