The goal is that new-style SCOTCHish controllers should be used to serve all text/html requests that do not have an explicit controller set. This patch updates the RouteProcessorSubscriber to actually *do* that - right now, it selects the new style controller if the current route has no controller (correct), and has a _content attribute set (irrelevant).

of course, we don't have the new style controller yet, just the basic passthrough one that Larry wrote. nevertheless, this gets us a step closer.

Comments

Status: Needs review » Needs work

The last submitted patch, more-correct-controller-selection.patch, failed testing.

sdboyer’s picture

Status: Needs work » Needs review
StatusFileSize
new2.05 KB

ugh, forgot to make it a Reference.

Crell’s picture

Status: Needs review » Reviewed & tested by the community

Yes.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Looks fine. Committed/pushed to 8.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.