Skip to content

Commit a818351

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: [#12605] Transformed GET parameter notice to caution access_control.rst: query string is ignored
2 parents fc898a5 + 35b812c commit a818351

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

security/access_control.rst

+6
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ if ``ip``, ``port``, ``host`` or ``method`` are not specified for an entry, that
139139
| | | | | | | URI doesn't match any of the ``path`` values. |
140140
+-----------------+-------------+-------------+-------------+------------+--------------------------------+-------------------------------------------------------------+
141141

142+
.. caution::
143+
144+
Matching the URI is done without ``$_GET`` parameters.
145+
:ref:`Deny access in PHP code <security-securing-controller>` if you want
146+
to disallow access based on ``$_GET`` parameter values.
147+
142148
.. _security-access-control-enforcement-options:
143149

144150
2. Access Enforcement

0 commit comments

Comments
 (0)