Commit 0b60a4c
committed
bug #6806 Change AdminRouterSubscriber::getSymfonyControllerFqcn so it generates relative paths (pacproduct)
This PR was merged into the 4.x branch.
Discussion
----------
Change AdminRouterSubscriber::getSymfonyControllerFqcn so it generates relative paths
Change the behavior of "\EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::getSymfonyControllerFqcn" to generate relative path instead of absolute path, so it is compatible with applications running behind a proxy under a permanent subpath prefix (AKA sub-folder, sub-url or sub-path - using the HTTP header `x-forwarded-prefix`).
Linked issue: #6805
Commits
-------
e1ead89 Change AdminRouterSubscriber::getSymfonyControllerFqcn so it generates relative paths. Change the behavior of "\EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::getSymfonyControllerFqcn" to generate relative path instead of absolute, so it is compatible with applications running behind a proxy with a path prefix (AKA sub-folder, sub-url or sub-path - using the HTTP header "x-forwarded-prefix").1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
0 commit comments