8000 Revert "merged branch ruimarinho/http_digest (PR #3778)" · symfony/symfony@e4ebffb · GitHub
[go: up one dir, main page]

Skip to content

Commit e4ebffb

Browse files
committed
Revert "merged branch ruimarinho/http_digest (PR #3778)"
This reverts commit eb6a26f, reversing changes made to a10fee1.
1 parent eb6a26f commit e4ebffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpDigestFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function addConfiguration(NodeDefinition $node)
6262
->children()
6363
->scalarNode('provider')->end()
6464
->scalarNode('realm')->defaultValue('Secured Area')->end()
65-
->scalarNode('key')->isRequired()->cannotBeEmpty()->end()
65+
->scalarNode('key')->cannotBeEmpty()->end()
6666
->end()
6767
;
6868
}

0 commit comments

Comments
 (0)
0