Bug #89312
closedNormalizedParams->getSiteUrl() contains PHP script wrapper
100%
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
- wrong http://ip10.local/fcgi/
- expected http://ip10.local/
_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
Updated by Oliver Hader about 5 years ago
- Related to Bug #89311: Flaws in site configuration when creating new page on root-level added
Updated by Benni Mack over 4 years ago
- Related to Bug #86381: Backend SSL forwarding does not work added
Updated by Gerrit Code Review over 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 over 4 years ago
- File incorrect.png incorrect.png added
- File fixed.png fixed.png added
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¶
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Oliver Hader over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 045d4dc50f6b93dc6a66116819bc80cc8c046db7.
Updated by Markus Klein over 4 years ago
- Related to Bug #90733: Backend: LastLoginProvider is no longer stored in the cookie. added
Updated by Oliver Hader over 2 years ago
- Related to Bug #97543: Correctly resolve instance script path added