You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of getUriForPath when using a relative url in ElFinderConfigurationReader breaks relative links everywhere except the default environment, as the file url in every other environment becomes http://mysite.com/app_env.php/path/to/uploaded/file, rather than the expected http://mysite.com/path/to/uploaded/file This method should be returning a simple, un-prefixed relative url.
The text was updated successfully, but these errors were encountered:
mwoynarski
changed the title
ElFinderConfigurationReader->getURL should not use the router
ElFinderConfigurationReader->getURL should not use getUriForPath
May 23, 2019
Issue Type:
Please pick one and delete the rest:
Bundle Version:
Master
Summary:
The usage of getUriForPath when using a relative url in ElFinderConfigurationReader breaks relative links everywhere except the default environment, as the file url in every other environment becomes http://mysite.com/app_env.php/path/to/uploaded/file, rather than the expected http://mysite.com/path/to/uploaded/file This method should be returning a simple, un-prefixed relative url.
I have tentatively fixed this in mwoynarski@13607c1
The text was updated successfully, but these errors were encountered: