ConfigDriver enhancements#166
Open
cblegare wants to merge 36 commits intoschmittjoh:masterfrom
cblegare:PR-configdriver
Open
ConfigDriver enhancements#166cblegare wants to merge 36 commits intoschmittjoh:masterfrom cblegare:PR-configdriver
cblegare wants to merge 36 commits intoschmittjoh:masterfrom
cblegare:PR-configdriver
Conversation
…alization for XML config and removed value setting for Symfony comformity in DI-configuration vaidation
See conversation in #123 for more details.
…alization for XML config and removed value setting for Symfony comformity in DI-configuration vaidation
…Bundle into PR-configdriver
Contributor
|
looks like you messed your rebase: you merge your rebased branch with your older branch instead of forcing the push |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces PR #147 having made a mess in commits. Recent commits in upstream repo have been merged.
Instead of defaulting DI-configuration of method access control to equivalent of
PreAuthorizeannotation, this pull request provides support for more specific method access control policies.DI configuration entries can now use the following configuration keys
pre_authorizesecuresecure_paramsecure_returnrun_asand use them in the same way they are used with annotations.
Here is an example of valid YAML DI configuration
This pull request fully solves
This pull request hacks around