Project

General

Profile

Actions

Bug #23649

closed

felogin::getPreserveGetVars() decode encoded values

Added by Peter Russ over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2010-09-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

if a urlencoded var is provided the method just forward the encode value. By doing this it's "adding" more parameter to the url with the result of a malfunction.

Check
&test=urlencode(7&test1=2&test2=3)

will create &test=7&test1=2&test2=3

which is wrong.

Patch attached.

(issue imported from #M15861)


Files

15861.diff (694 Bytes) 15861.diff Administrator Admin, 2010-09-29 19:59

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #19938: warning: in_array wrong datatypeClosed2009-01-30

Actions
Actions

Also available in: Atom PDF