10.4.*
2.0.0-beta2
The README file of Domain source states:
Domain Source changes core's `redirect_response_subscriber` service to the `DomainSourceRedirectResponseSubscriber` class. This allows us to issue redirects to registered domains and aliases that would otherwise not be recognizes as internal Drupal links. These redirects typically occur on entity save when the source domain varies from the current domain.
The service replacement is not made at all. Moreover, the event subscriber is clearly not up to date with the redirect_response_subscriber
service. It should not copy the code from this service, as it will probably continue to evolve, but try to do as least as possible and rely on the parent method.
When requesting an URL for a page which source is defined to another domain, the user is not redirected to the correct domain
Install Domain and Domain source
The expected behavior is to have the user redirected from the A domain to the user login page on the "B" domain.
Instead we have an error page because the "redirect_response_subscriber" does not find a secured response.
Active
2.0
- Domain Source