Problem/Motivation
RobotsTxt module (/robots.txt) does not work correctly if default site language is not allowed.
Steps to reproduce
Install RobotsTxt, add another language and disallow access to English (site default)
Proposed resolution
Add 'robots.txt' to pathIsWhitelisted function in LanguageAccessSubscriber.php OR whitelist routes that use _disable_route_normalizer: 'TRUE'
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork language_access-3463367
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jeroentComment #7
jeroentMerged to 2.0.x. Thanks!