Hallo zusammen,

ich versuche gerade in 4.7.10, Dateilinks über jumpURL zu sichern.

Laut TSRef soll das auch auch für Links gehen, die über den RTE eingefügt 
werden:
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.7.0/view/1/5/#id553839


lib.parseFunc_RTE.tags.link {
        typolink.jumpurl = 1
        typolink.jumpurl.secure = 1
        typolink.jumpurl.secure.mimeTypes = pdf=application/pdf, 
doc=application/msword,
png=image/png, gif=image/gif, jpg=image/jpg
}


"These settings in the TS template will make any link to an internal file 
inserted in the RTE be
rendered as a secure file download."

Das bewirkt bei mir aber leider gar nichts. Wenn ich stattdessen

config.jumpurl_enable = 1

setze, wird zwar teilweise ein jumpURL-Link draus, allerdings fehlen dann die 
Parameter juSecure=1,
locationData und juHash:
http://localhost/index.php?id=1233&type=0&jumpurl=fileadmin%2Fsite%2Fuploads%2Fdokumente%2Fdatei.pdf

Beim Inhaltselement "Dateilinks" funktioniert das ganze, indem ich

styles.content.uploads.jumpurl = 1
styles.content.uploads.jumpurl_secure = 1

als Typoscript-Konstanten konfiguriere:

http://localhost/downloads/?jumpurl=uploads%2Fmedia%2Fdatei.pdf&juSecure=1&mimeType=application%2Fpdf&locationData=1233%3Att_content%3A1712&juHash=4822e5f7a44905a8de3f796357672f67f59808b7


Hat jemand einen Tipp, woran's liegen könnnte?

Gruß, Heiko




_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an