Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ogizanagi
Copy link
Contributor

@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.

'remote_user',
'form_login',
'http_basic',
'http_digest',
Copy link
Contributor 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
Contributor 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
@ogizanagi ogizanagi requested a review from chalasr September 26, 2017 17:16
*
* @author Fabien Potencier <[email protected]>
*
* @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)

'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
Contributor 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.

4 participants