This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/Tests
Fabien Potencier 482f49afde bug #29679 [HttpKernel] Correctly Render Signed URIs Containing Fragments (zanbaldwin)
This PR was merged into the 3.4 branch.

Discussion
----------

[HttpKernel] Correctly Render Signed URIs Containing Fragments

| Q             | A
| ------------- | ---
| Branch?       | `3.4`
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no?
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

- Rebuild the URL with the computed hash instead of appending it onto the end of the fragment.
- Update unit tests, and add new unit test to cover URIs that include fragments.

Commits
-------

b9ece6bde7 [HttpKernel] Correctly Render Signed URIs Containing Fragments
2019-01-05 08:46:55 +01:00
..
Bundle Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
CacheClearer Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
CacheWarmer Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Config [HttpKernel] Deprecate EnvParametersResource 2017-09-03 16:48:09 +02:00
Controller [Controller][ServiceValueResolver] Making method access case insensitive 2018-09-08 16:49:17 +02:00
ControllerMetadata fixed CS 2018-05-16 14:49:49 +02:00
DataCollector remove no longer needed PHP version checks 2019-01-04 14:48:06 +01:00
Debug change baseUrl to basePath to fix wrong profiler url 2018-09-04 09:18:01 +02:00
DependencyInjection Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Event Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
EventListener [Tests] Change to willThrowException 2018-12-23 15:04:59 +01:00
Exception Cleanup 2 tests for the HttpException classes 2018-05-15 06:59:59 +02:00
Fixtures Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Fragment [HttpKernel] Correctly Render Signed URIs Containing Fragments 2018-12-24 13:29:26 +00:00
HttpCache [CS] Remove unused variables passed to closures 2018-10-02 08:25:20 -03:00
Log Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
Profiler Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
ClientTest.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
HttpKernelTest.php Renamed test controller from Controller to TestController so it doesn't show up in the IDE autocomplete. 2018-12-14 10:32:06 +01:00
KernelTest.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
Logger.php [2.7] Fix unsilenced deprecation notices 2015-06-16 15:26:24 +02:00
TestHttpKernel.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
UriSignerTest.php [HttpKernel] Correctly Render Signed URIs Containing Fragments 2018-12-24 13:29:26 +00:00