Bug #46463
closed
jumpUrl_transferSession throws hash exception
Added by Philipp Idler over 11 years ago.
Updated almost 10 years ago.
Description
This problem was also described here: #46071
Problem is solved when jumpUrl_transferSession is set to false
but sometimes this option is neccessary and can't be simply turned off.
The exception occurs for all pages with type "external_link" in TYPO3 4.5.25.
Only option right now is to go back to 4.5.23 in my opinion.
- Status changed from New to Accepted
- Assignee set to Ernesto Baschny
- Target version set to 4.5.26
- Complexity set to medium
Confirmed, and I am working on a solution to this. Thanks for the report.
Same problem with 4.6.18,
downgrade to 4.6.16 fixes it.
- Status changed from Accepted to Under Review
Please test the patch in the review system. For your convenience I already made a review for 4.5 code, so it's easier to apply and test with 4.5 - 4.7 (pre namespace changes).
Patch works for 4.5.25 =)
- Category set to 1394
- Target version changed from 4.5.26 to next-patchlevel
- Category changed from 1394 to Frontend
Simple test setup:
Typoscript:
config.jumpurl_enable = 1
page = PAGE
page.20 = TEXT
page.20.wrap = <p>|</p>
page.20.typolink.parameter = http://a.test.domain.local/testpage
Page TSConfig:
TSFE.jumpUrl_transferSession = 1
You will see a link in the Frontend, when you click on it
Before applying the patch:
You will get an error.
After applying the patch
You should be redirected to:
http://a.test.domain.local/testpage?&FE_SESSION_KEY=<my>-<sessionkey>
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
that still didn't make it into the core (tested with 4.5.34). Had to apply the patch myself :(
- Status changed from Resolved to Under Review
Patch set 2 for branch TYPO3_4-5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/19271
- Status changed from Under Review to Rejected
The pending patch has just been abandoned by me from the review queue, please see http://review.typo3.org/19271 on why this has been done.
This issue here will be set to rejected for now and only touched again if people really think this is critical enough for 4.5 to fix. I'm sorry that this took so long with this outcome, but this area is very hard to follow with its whole impact and we must not risk additional problems in good-old 4.5 anymore.
Also available in: Atom
PDF