baseRoutePath is the internal one, and req.url represents Node's internal path. basePath refers to the public (Apache) path.
Depends on D3552
Differential D3553 Authored by ashoat on Mar 29 2022, 3:26 PM.
Details Summary baseRoutePath is the internal one, and req.url represents Node's internal path. basePath refers to the public (Apache) path. Depends on D3552 Test Plan
Diff Detail
Event TimelineHerald added subscribers: • abosh, • benschac, • karol, • adrian. · View Herald TranscriptMar 29 2022, 3:26 PM2022-03-29 15:26:54 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Mar 29 2022, 4:12 PM2022-03-29 16:12:26 (UTC-7) Harbormaster completed remote builds in B7699: Diff 10801.Mar 30 2022, 11:03 AM2022-03-30 11:03:22 (UTC-7) This revision is now accepted and ready to land.Mar 30 2022, 11:03 AM2022-03-30 11:03:50 (UTC-7) Closed by commit rCOMM8b43f2e9f4b9: [server] Use baseRoutePath in getAppURLFactsFromRequestURL (authored by ashoat). · Explain WhyMar 30 2022, 11:15 AM2022-03-30 11:15:24 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 10838 server/src/utils/urls.js
|