Project

General

Profile

Actions

Bug #20060

closed

IPmaskList - shows just white page instead of BE-Login

Added by Daniel Brüßler about 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-02-20
Due date:
% Done:

0%

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

Description

when a developer puts an IP in
$TYPO3_CONF_VARS['BE']['IPmaskList']

all other IPs just get a white page

=> correct behaviour would be to block debug() messages for other IPs in BE

edit localconf.php
put a not existing IP in
$TYPO3_CONF_VARS['BE']['IPmaskList'] = '1.2.3.4.';

visit "http://www.DOMAIN.XYZ/typo3/"

(issue imported from #M10502)

Actions #1

Updated by Daniel Brüßler about 15 years ago

PHP versions tested: 5.1.x, 5.2.8

Actions #2

Updated by Ernesto Baschny about 15 years ago

This is the documented behaviour of that setting:

[BE][IPmaskList] = String. Lets you define a list of IP-numbers (with *-wildcards) that are the ONLY ones allowed access to ANY backend activity. On error an error header is sent and the script exits. Works like IP masking for users configurable through TSconfig.

You are probably mixing it up with [SYS][devIPmask], which is described as:

Defines a list of IP addresses which will allow development-output to display. The debug() function will use this as a filter.

Actions

Also available in: Atom PDF