Ref T2783. This method is kind of goofballs:
- We send a big list of paths to it.
- It sends back a giant blob of HTML.
Instead, just figure out the path we want locally, then fetch the content with diffusion.filecontentquery.
Differential D11099
Fix diffusion.readmequery to work in a cluster enviroment epriestley on Dec 31 2014, 1:44 AM. Authored by Tags None Referenced Files
Subscribers
Details
Ref T2783. This method is kind of goofballs:
Instead, just figure out the path we want locally, then fetch the content with diffusion.filecontentquery.
Diff Detail
Event TimelineComment Actions Before, since we don't explicitly trust the wire response as HTML, we'd get this: After, we get a proper rendering in a cluster: We could have retained a more similar version of this query and trusted the response, but ugh. |