Bug #16491

CSV-Download of records impossible in HTTPS-Backend and Internet Explorer

Added by old_root old_root almost 9 years ago. Updated over 1 year ago.

Status:Resolved Start date:2006-08-25
Priority:Should have Due date:
Assigned To:- % Done:

100%

Category:- Spent time: -
Target version:-
TYPO3 Version:4.4 Is Regression:
PHP Version:5.3 Sprint Focus:
Complexity:

Description

When trying to download a CSV-file of records in the backend IE throws an error message (file could not be transferres...page could not be found) and no file is being downloaded. This only occurs in a completely HTTPS-secured backend.
This seems to be a more general problem as some extensions are sporting the same behaviour (questionaire-export etc.). Most certainly an IE-bug, but it HAS to work anyways.

(issue imported from #M4097)

csv_fix.diff Magnifier (799 Bytes) Administrator Admin, 2010-07-15 12:52

Associated revisions

Revision 8c699f8c
Added by Wouter Wolters over 1 year ago

[BUGFIX] CSV-Download not working in IE and HTTPS backend

When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add the needed header to fix this problem.

Change-Id: Iefa63fb37d57491fb73bfd504b6caed5b76c8cac
Resolves: #16491
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Reviewed-on: https://review.typo3.org/20902
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

Revision cead2556
Added by Wouter Wolters over 1 year ago

[BUGFIX] CSV-Download not working in IE and HTTPS backend

When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add the needed header to fix this problem.

Change-Id: Iefa63fb37d57491fb73bfd504b6caed5b76c8cac
Resolves: #16491
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Reviewed-on: https://review.typo3.org/20902
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
(cherry picked from commit 8c699f8c5b38ff11e2d517ee5c91dfdb1ab475e5)
Reviewed-on: https://review.typo3.org/27476

Revision 33a058be
Added by Wouter Wolters over 1 year ago

[BUGFIX] CSV-Download not working in IE and HTTPS backend

When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add the needed header to fix this problem.

Change-Id: Iefa63fb37d57491fb73bfd504b6caed5b76c8cac
Resolves: #16491
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Reviewed-on: https://review.typo3.org/20902
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
(cherry picked from commit 8c699f8c5b38ff11e2d517ee5c91dfdb1ab475e5)
Reviewed-on: https://review.typo3.org/27477

Revision 84d2050d
Added by Christian Kuhn over 1 year ago

[BUGFIX] CSV-Download not working in IE and HTTPS backend

When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add the needed header to fix this problem.

Change-Id: Iefa63fb37d57491fb73bfd504b6caed5b76c8cac
Resolves: #16491
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Reviewed-on: https://review.typo3.org/27480
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

Revision 44d7cfc2
Added by Christian Kuhn over 1 year ago

[BUGFIX] CSV-Download not working in IE and HTTPS backend

When using a HTTPS backend the download of CSV is not
working in Internet Explorer browser versions lower then 9.
Add the needed header to fix this problem.

Change-Id: Iefa63fb37d57491fb73bfd504b6caed5b76c8cac
Resolves: #16491
Releases: 6.2, 6.1, 6.0, 4.7, 4.5
Reviewed-on: https://review.typo3.org/27481
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

History

#1 Updated by Andrew Henson about 5 years ago

This issue is still live in the latest version of TYPO3. It affects IE 6, 7 and 8. I have attached a patch which resolves it. I have tested it with IE8 in a HTTPS secured backend.

Similar issues may lie elsewhere in TYPO3 where downloads are taking place.

#2 Updated by Chris topher about 5 years ago

Hi Andrew,

thanks for your feedback and for the patch!

Please send it to Core List to get it integrated in the next releases.
Check out http://typo3.org/teams/core/core-mailinglist-rules

PS: Please use tabs to indent the lines.

#3 Updated by Alexander Opitz over 2 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

#4 Updated by Gerrit Code Review about 2 years ago

  • Status changed from Needs Feedback to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20902

#6 Updated by Gerrit Code Review about 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20902

#7 Updated by Gerrit Code Review about 2 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20902

#8 Updated by Gerrit Code Review over 1 year ago

Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27476

#9 Updated by Gerrit Code Review over 1 year ago

Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27477

#10 Updated by Gerrit Code Review over 1 year ago

Patch set 1 for branch TYPO3_4-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27480

#11 Updated by Gerrit Code Review over 1 year ago

Patch set 1 for branch TYPO3_4-5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27481

#12 Updated by Christian Kuhn over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF