You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#5203 Order has one param without spaces (carlosbuenosvinos)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closessymfony#5203).
Discussion
----------
Order has one param without spaces
| Q | A
| ----------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | none
from http://httpd.apache.org/docs/current/mod/mod_access_compat.html#order
"Ordering is one of:
Allow,Deny
First, all Allow directives are evaluated; at least one must match, or the request is rejected. Next, all Deny directives are evaluated. If any matches, the request is rejected. Last, any requests which do not match an Allow or a Deny directive are denied by default.
Deny,Allow
First, all Deny directives are evaluated; if any match, the request is denied unless it also matches an Allow directive. Any requests which do not match any Allow or Deny directives are permitted.
Mutual-failure
This order has the same effect as Order Allow,Deny and is deprecated in its favor."
Commits
-------
fe77d49 Order has one param without spaces
0 commit comments