Feature #51100
Links with absolute URI should have the option of URI Scheme
Status:
New
Priority:
Must have
Assignee:
-
Category:
ViewHelpers
Target version:
-
Start date:
2013-08-16
Due date:
% Done:
0%
Estimated time:
Has patch:
No
Description
At the moment it's not possible to build absolute URIs with https scheme.
Only the ExternalViewHelper allows configuring the URI scheme.
Describing example of the problem:
<f:uri.action pageUid="1" arguments="{client:client}" absolute="1" />
builds a full link like:
- http://example.com/index.php?id=1&tx_myplugin[client]=10
But there's no option to set the URI scheme to https, alghough the
uriBuilder would allow setting the URI scheme:
$uriBuilder->setAbsoluteUriScheme("https");
(Referring to: fluid/Classes/ViewHelpers/Uri/ActionViewHelper.php)
--
So there should be another option for this in the render method in the Action/Page Viewhelpers!
Files