-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v:resource.image does not respect fully qualified uri's #865
Comments
mischka
added a commit
to mischka/vhs
that referenced
this issue
Jul 22, 2015
mischka
added a commit
to mischka/vhs
that referenced
this issue
Jul 23, 2015
cedricziel
pushed a commit
to cedricziel/vhs
that referenced
this issue
Jul 23, 2015
cedricziel
pushed a commit
to cedricziel/vhs
that referenced
this issue
Jul 23, 2015
kersten
added a commit
to kersten/vhs
that referenced
this issue
Feb 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use http://typo3.org/extensions/repository/view/aus_driver_local_cdn as File Storege Driver.
So the image uri is http://cdn.mydomain.tld/my-image.jpg but the
ImageViewHelper
encodes the uri so my image.source ishttp%3A//cdn.mydomain.tld/my-image.jpg
. The problem is in thepreprocessImages
and thepreprocessSourceUri
-method in theFluidTYPO3\Vhs\ViewHelpers\Resource\AbstractImageViewHelper
, there is no check for a fully qualified urito
The text was updated successfully, but these errors were encountered: