diff --git a/.htaccess b/.htaccess index 80a4ee5..78a6b16 100644 --- a/.htaccess +++ b/.htaccess @@ -138,7 +138,7 @@ AddEncoding gzip svgz # security, you can replace '!/' with '!^/'. # Allow access to PHP files in /core (like authorize.php or install.php): RewriteCond %{REQUEST_URI} !/core/[^/]*\.php$ - # @todo Remove this once the bug is fixed (#2526392). + # @todo Remove this once https://www.drupal.org/node/2526392 is fixed. RewriteCond %{REQUEST_URI} !/core/authorize.php/$ # Allow access to test-specific PHP files: RewriteCond %{REQUEST_URI} !/core/modules/system/tests/https?.php diff --git a/core/modules/update/src/Tests/UpdateUploadTest.php b/core/modules/update/src/Tests/UpdateUploadTest.php index ba19a0d..dcd575c 100644 --- a/core/modules/update/src/Tests/UpdateUploadTest.php +++ b/core/modules/update/src/Tests/UpdateUploadTest.php @@ -70,7 +70,7 @@ public function testUploadModule() { ); $this->drupalPostForm('admin/modules/install', $edit, t('Install')); // Check that submitting the form takes the user to authorize.php. - // @todo Remove from the expected URL once that bug is fixed. + // @todo Remove once https://www.drupal.org/node/2526392 is fixed. $this->assertUrl('core/authorize.php/'); // Check for a success message on the page, and check that the installed // module now exists in the expected place in the filesystem.