CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #34540

HSC in <f:link.external>

Added by Henrik Ziegenhain about 1 year ago.

Status:New Start date:2012-03-05
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 0

Description

Hi,

it's not possible to generate working links with a querystring.

Atm the original Link is:
http://www.datev.de/portal/ShowPage.do?pid=dpi&nid=132963&stat_Mparam=int_rss_datev-de_nachrichten-aus-dem-unternehmen

and it gets htmlspecialchared to
http://www.datev.de/portal/ShowPage.do?pid=dpi&nid=132963&stat_Mparam=int_rss_datev-de_nachrichten-aus-dem-unternehmen

This link is not working.
I don't know if this is an issue of this extension or from extbase.

A possible workaround could be sth. like this:
<a href="<f:format.raw>{item.link}</f:format.raw>" target="_blank"><f:format.html>{item.title}</f:format.html></a>

Also available in: Atom PDF