#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 , 15 years ago
Summary: | checkPermission → checkPermission fails on some modules |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 15 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.
http://trac.osgeo.org/mapbender/changeset/5916 http://trac.osgeo.org/mapbender/changeset/5917