\Drupal\consumer_base_url\HttpKernel\ConsumerRouteProcessor::processOutbound() needs to handle <current> placeholder
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3566170. --> Reported by: [alexpott](https://www.drupal.org/user/157725) Related to !15 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>If we are called on routes using the <current> placeholder then the code in <code>\Drupal\consumer_base_url\HttpKernel\ConsumerRouteProcessor::processOutbound()</code> does not work.</current></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Enable the redirect module and set the setting route_normalizer_enabled to TRUE... this will try to do redirects using the <current> placeholder.</current></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>If a placeholder is used then get the route name from the request if it is available.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue