We already do this in attemptRemap but we need to apply it in matchAndRewriteURL as well.
It's worth asking, why are we checking this twice? Why are we adding /.proxy in two places?
In case the original url has no matching urls to map to, we still want to inject the /.proxy path.
We already do this in
attemptRemap
but we need to apply it inmatchAndRewriteURL
as well.It's worth asking, why are we checking this twice? Why are we adding
/.proxy
in two places? In case the original url has no matching urls to map to, we still want to inject the/.proxy
path.