Skip to content

Commit

Permalink
[HttpFoundation] Generate url-safe hashes for signed urls
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 3, 2025
1 parent 9d4972d commit 1afb8eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2802,6 +2802,11 @@ argument of :method:`Symfony\\Component\\HttpFoundation\\UriSigner::sign`::

The feature to add an expiration date for a signed URI was introduced in Symfony 7.1.

.. versionadded:: 7.3

Starting with Symfony 7.3, signed URI hashes no longer include the ``/`` or
``+`` characters, as these may cause issues with certain clients.

Troubleshooting
---------------

Expand Down

0 comments on commit 1afb8eb

Please sign in to comment.