Skip to content

Commit 1afb8eb

Browse files
committed
[HttpFoundation] Generate url-safe hashes for signed urls
1 parent 9d4972d commit 1afb8eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

routing.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2802,6 +2802,11 @@ argument of :method:`Symfony\\Component\\HttpFoundation\\UriSigner::sign`::
28022802

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

2805+
.. versionadded:: 7.3
2806+
2807+
Starting with Symfony 7.3, signed URI hashes no longer include the ``/`` or
2808+
``+`` characters, as these may cause issues with certain clients.
2809+
28052810
Troubleshooting
28062811
---------------
28072812

0 commit comments

Comments
 (0)