Bug #39026
closedQuicktime movies abusively prefixed
100%
Description
In the MEDIA CE, Quicktime movies get prepended with a prefix (either the base URL or the absRefPrefix) even if their URL uses a full scheme.
The solution is to introduce a test, similar to the one already existing for the SWF object, that checks before prepending.
Updated by Francois Suter over 12 years ago
- create a new Media CE and reference a Quicktime video with an external URL
- display the page: nothing gets shown
- look at the source code: both the "src" attribute of the "embed" object and the "new QTObject" statement in the JS point to a URL starting with "/http://...".
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12847
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12847
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12927
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/12928
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/12929
Updated by Francois Suter over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 259c25cba146702e5a9ba9baabcfc98820db1223.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13199
Updated by Francois Suter over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 3ce162d7e9946fbf6ea9ae2d21410d17251b907c.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13306
Updated by Francois Suter almost 12 years ago
- Status changed from Under Review to Closed
This issue was reopened when the patches were pushed to the security branches. It's been merged for a while already.