Thefilterabovepopulates`SERVICE_ID_KEY`fromthe`foo`requestparameter.Inreality,it's not a good idea to do that kind of direct mapping, but the service id should be looked up from the value of `foo` instead.
Now that `SERVICE_ID_KEY` is populated, `PreDecorationFilter` won'trunand`RibbonRoutingFilter`will.IfyouwantedtoroutetoafullURLinstead,call`ctx.setRouteHost(url)`instead.