Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#632 closed defect (fixed)

checkPermission fails on some modules

Reported by: tbaschetti Owned by: dev
Priority: major Milestone: 2.6.1 release
Component: administration Version: 2.6
Keywords: Cc:

Description

When CHECK is set to true in mapbender.conf: define ("CHECK",true) a security check is run on all Modules via mod_validatePermission.php Only Modules which are part of a gui can succeed this check, so modules which are loaded later will fail, e.g. mod_loadwms.php (used by mod_loadCapabities) and mod_loadCSW.php (used by mod_loadCatalogCapabilities.php).

Change History (3)

comment:1 by tbaschetti, 14 years ago

Summary: checkPermissioncheckPermission fails on some modules

comment:3 by tbaschetti, 14 years ago

Note: If this fails for one module just add it to the gui and disable it (enabling is not needed when the module is loaded dynamically).

Note: See TracTickets for help on using tickets.