Project

General

Profile

Actions

Bug #89312

closed

NormalizedParams->getSiteUrl() contains PHP script wrapper

Added by Oliver Hader over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2019-09-30
Due date:
% Done:

100%

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

Description

siteUrl = http://ip10.local/fcgi/
scriptFilename = /Users/olly/Development/vhosts/ip10.local/typo3/index.php
scriptName = /fcgid-bin/wrapper

siteUrl contains PHP wrapper script in this scenario

_SERVER values

Array
(
    [PHPRC] => /opt/local/apache2/fcgid/php72
    [PATH] => /usr/bin:/bin:/usr/sbin:/sbin
    [PWD] => /opt/local/etc/apache2/fcgid/php72
    [ORIG_SCRIPT_NAME] => /fcgid-bin/wrapper
    [ORIG_PATH_TRANSLATED] => /Users/olly/Development/vhosts/ip10.local/typo3/index.php
    [ORIG_PATH_INFO] => /typo3/index.php
    [ORIG_SCRIPT_FILENAME] => /opt/local/etc/apache2/fcgid/php72/wrapper
    [SCRIPT_NAME] => /typo3/index.php
    [REQUEST_URI] => /typo3/index.php?route=%2Fajax%2Fpage%2Ftree%2FfetchData&token=5d628d55306ca7224c9b2dbd0fa0821df2c1feba
    [QUERY_STRING] => route=%2Fajax%2Fpage%2Ftree%2FfetchData&token=5d628d55306ca7224c9b2dbd0fa0821df2c1feba
    [REQUEST_METHOD] => GET
    [SERVER_PROTOCOL] => HTTP/1.1
    [GATEWAY_INTERFACE] => CGI/1.1
    [REDIRECT_QUERY_STRING] => route=%2Fajax%2Fpage%2Ftree%2FfetchData&token=5d628d55306ca7224c9b2dbd0fa0821df2c1feba
    [REDIRECT_URL] => /typo3/index.php
    [REMOTE_PORT] => 60065
    [SCRIPT_FILENAME] => /Users/olly/Development/vhosts/ip10.local/typo3/index.php
    [CONTEXT_DOCUMENT_ROOT] => /opt/local/etc/apache2/fcgid/php72/
    [CONTEXT_PREFIX] => /fcgid-bin/
    [REQUEST_SCHEME] => http
    [DOCUMENT_ROOT] => /Users/olly/Development/vhosts/ip10.local
    [REMOTE_ADDR] => 127.0.0.1
    [SERVER_PORT] => 80
    [SERVER_ADDR] => 127.0.0.1
    [SERVER_NAME] => ip10.local
    [SERVER_SOFTWARE] => Apache/2.4.41 (Unix) OpenSSL/1.0.2s mod_fcgid/2.3.9
    [HTTP_HOST] => ip10.local
    [REDIRECT_STATUS] => 200
    [REDIRECT_HANDLER] => php-fcgid
    [REDIRECT_CWD] => /
    [FCGI_ROLE] => RESPONDER
    [PHP_SELF] => /typo3/index.php
    [REQUEST_TIME_FLOAT] => 1569838796.9877
    [REQUEST_TIME] => 1569838796
)

Files

incorrect.png (187 KB) incorrect.png Oliver Hader, 2020-03-07 12:57
fixed.png (186 KB) fixed.png Oliver Hader, 2020-03-07 12:57

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #89311: Flaws in site configuration when creating new page on root-levelRejected2019-09-30

Actions
Related to TYPO3 Core - Bug #86381: Backend SSL forwarding does not workClosed2018-09-25

Actions
Related to TYPO3 Core - Bug #90733: Backend: LastLoginProvider is no longer stored in the cookie.Closed2020-03-11

Actions
Related to TYPO3 Core - Bug #97543: Correctly resolve instance script pathClosed2022-05-03

Actions
Actions #1

Updated by Oliver Hader over 4 years ago

  • Description updated (diff)
Actions #2

Updated by Oliver Hader over 4 years ago

  • Related to Bug #89311: Flaws in site configuration when creating new page on root-level added
Actions #3

Updated by Oliver Hader over 4 years ago

  • TYPO3 Version changed from 10 to 9
Actions #4

Updated by Benni Mack about 4 years ago

  • Related to Bug #86381: Backend SSL forwarding does not work added
Actions #5

Updated by Gerrit Code Review about 4 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63602

Updated by Oliver Hader about 4 years ago

How to reproduce/test:

  • in TYPO3 v10
  • in workspace module on a workspace having changes
  • "generate preview URL" and open the first link
  • frontend will open and render correctly
  • warning box right top "stop preview" contains the relevant incorrect link (http://ip10.local/fcgid-bin/index.php?returnUrl=%2Fen%2Ffeatures%3F&ADMCMD_prev=LOGOUT)

Incorrect

Fixed

Actions #7

Updated by Gerrit Code Review about 4 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63602

Actions #8

Updated by Gerrit Code Review about 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63602

Actions #9

Updated by Gerrit Code Review about 4 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63602

Actions #10

Updated by Gerrit Code Review about 4 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63584

Actions #11

Updated by Gerrit Code Review about 4 years ago

Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63584

Actions #12

Updated by Gerrit Code Review about 4 years ago

Patch set 3 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63584

Actions #13

Updated by Oliver Hader about 4 years ago

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

Updated by Markus Klein about 4 years ago

  • Related to Bug #90733: Backend: LastLoginProvider is no longer stored in the cookie. added
Actions #15

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions #17

Updated by Oliver Hader almost 2 years ago

  • Related to Bug #97543: Correctly resolve instance script path added
Actions

Also available in: Atom PDF