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

[Security][SecurityBundle] Deprecate the HTTP digest auth #24335

Merged
merged 1 commit into from Sep 26, 2017
Merged

[Security][SecurityBundle] Deprecate the HTTP digest auth #24335

merged 1 commit into from Sep 26, 2017

Conversation

ogizanagi
Copy link
Member

@ogizanagi ogizanagi commented Sep 26, 2017

Q A
Branch? 3.4
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets #24325
License MIT
Doc PR N/A

See #24336 for the removal PR on master.

@@ -111,7 +111,6 @@ public function testFirewalls()
'remote_user',
'form_login',
'http_basic',
'http_digest',
Copy link
Member Author

@ogizanagi ogizanagi Sep 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of removing this now, we could mark the corresponding test case with @group legacy, but the test case must not be removed in 4.0.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or copy fixture container1.* as container1_with_digest.* and duplicate the test so that it can be removed in 4.0? (at least for this one)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, done.

@ogizanagi ogizanagi changed the title [Security] Deprecate the HTTP digest auth [Security][SecurityBundle] Deprecate the HTTP digest auth Sep 26, 2017
@@ -20,9 +20,18 @@
* HttpDigestFactory creates services for HTTP digest authentication.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @deprecated since 3.4, to be removed in 4.0.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dot should be removed :) (same everywhere)

@@ -111,7 +111,6 @@ public function testFirewalls()
'remote_user',
'form_login',
'http_basic',
'http_digest',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or copy fixture container1.* as container1_with_digest.* and duplicate the test so that it can be removed in 4.0? (at least for this one)

@chalasr
Copy link
Member

chalasr commented Sep 26, 2017

UPGRADE-4.0 should be updated

@ogizanagi
Copy link
Member Author

Missing UPGRADE-4.0 update done.

@ogizanagi ogizanagi added this to the 3.4 milestone Sep 26, 2017
@fabpot
Copy link
Member

fabpot commented Sep 26, 2017

Thank you @ogizanagi.

@fabpot fabpot merged commit 11fe79d into symfony:3.4 Sep 26, 2017
fabpot added a commit that referenced this pull request Sep 26, 2017
…uth (ogizanagi)

This PR was merged into the 3.4 branch.

Discussion
----------

[Security][SecurityBundle] Deprecate the HTTP digest auth

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | yes <!-- don't forget updating UPGRADE-*.md files -->
| Tests pass?   | yes
| Fixed tickets | #24325  <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A

See #24336 for the removal PR on master.

Commits
-------

11fe79d [Security][SecurityBundle] Deprecate the HTTP digest auth
@ogizanagi ogizanagi deleted the deprecate/security/http_digest branch September 27, 2017 05:54
This was referenced Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants