Skip to content

Commit

Permalink
minor #3865 Fixed link. (aitboudad)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.5 branch instead (closes #3865).

Discussion
----------

Fixed link.

| Q             | A
| ------------- | ---
| Doc fix?	 | yes| New docs? | no
| Applies to | 2.5
|Fixed tickets |	-

Commits
-------

b2e4330 Fixed link.
  • Loading branch information
weaverryan committed May 29, 2014
2 parents 4fd1b49 + 564f60d commit 3e3004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ authorization from inside a controller::
.. versionadded:: 2.5
The ``createAccessDeniedException`` method was introduced in Symfony 2.5.

The :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::createAccessDeniedException()`
The :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::createAccessDeniedException`
method creates a special :class:`Symfony\\Component\\Security\\Core\Exception\\AccessDeniedException`
object, which ultimately triggers a 403 HTTP response inside Symfony.

Expand Down

0 comments on commit 3e3004f

Please sign in to comment.