Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrated pull request #11459 to 2.3 develop #11466

Merged
merged 1 commit into from
Nov 12, 2017
Merged

migrated pull request #11459 to 2.3 develop #11466

merged 1 commit into from
Nov 12, 2017

Conversation

jonashrem
Copy link
Contributor

See #11459
This is the 2.3 Version

Description

In all .htaccess Files, the Apache 2.2 Auth Blocks like

        order allow,deny
        deny from all

have been replaced with this block:

    <IfVersion < 2.4>
        order allow,deny
        deny from all
    </IfVersion>
    <IfVersion >= 2.4>
        Require all denied
    </IfVersion>

Fixed Issues (if relevant)

magento/magento2#10810: Add support of apache2.4 commands in htaccess

Manual testing scenarios

Install on Apache 2.4 and check whether all file access rules work as intended
Install on Apache 2.2 and check whether all file access rules work as intended

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@ishakhsuvarov ishakhsuvarov self-assigned this Oct 19, 2017
@ishakhsuvarov ishakhsuvarov added this to the October 2017 milestone Oct 19, 2017
@ishakhsuvarov ishakhsuvarov added Release Line: 2.3 2.2.x Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release labels Oct 19, 2017
@okorshenko okorshenko modified the milestones: October 2017, November 2017 Nov 1, 2017
@okorshenko okorshenko merged commit a6f517d into magento:2.3-develop Nov 12, 2017
@magento-engcom-team magento-engcom-team added the Fixed in 2.2.x The issue has been fixed in 2.2 release line label Nov 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in 2.2.x The issue has been fixed in 2.2 release line Release Line: 2.3 Reproduced on 2.1.x The issue has been reproduced on latest 2.1 release Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants