File tree Expand file tree Collapse file tree 2 files changed +24
-12
lines changed
Expand file tree Collapse file tree 2 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
13coverage :
24 status :
35 project :
Original file line number Diff line number Diff line change 1+ ---
2+
13negotiate-enable :
2- path : /enable
3- defaults : { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::enable' }
4- methods : [GET]
4+ path : /enable
5+ defaults : {
6+ _controller : ' SimpleSAML\Module\negotiate\Controller\NegotiateController::enable'
7+ }
8+ methods : [GET]
59
610negotiate-disable :
7- path : /disable
8- defaults : { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::disable' }
9- methods : [GET]
11+ path : /disable
12+ defaults : {
13+ _controller : ' SimpleSAML\Module\negotiate\Controller\NegotiateController::disable'
14+ }
15+ methods : [GET]
1016
1117negotiate-retry :
12- path : /retry
13- defaults : { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::retry' }
14- methods : [GET]
18+ path : /retry
19+ defaults : {
20+ _controller : ' SimpleSAML\Module\negotiate\Controller\NegotiateController::retry'
21+ }
22+ methods : [GET]
1523
1624negotiate-fallback :
17- path : /backend
18- defaults : { _controller: 'SimpleSAML\Module\negotiate\Controller\NegotiateController::fallback' }
19- methods : [GET]
25+ path : /backend
26+ defaults : {
27+ _controller : ' SimpleSAML\Module\negotiate\Controller\NegotiateController::fallback'
28+ }
29+ methods : [GET]
You can’t perform that action at this time.
0 commit comments