Development

#1949 (Invalid module creates generator.yml cache file)

You must first sign up to be able to contribute.

Ticket #1949 (closed defect: fixed)

Opened 2 years ago

Last modified 10 months ago

Invalid module creates generator.yml cache file

Reported by: Kevin.Barnard Assigned to: fabien
Priority: minor Milestone: 1.0.12
Component: configuration Version: 1.0.5
Keywords: Cc:
Qualification: Unreviewed

Description

When an attempting to browse to module that does not exist a config_module_generartor.yml file is created for the non existent module. This is mainly a problem in a production system that is getting scanned for exploits and can eventually slow down the site and slow down clear cache.

sfController::forward needs to load the config prior to checking to see if a module exists because the module actions inherits the generator actions.

Change History

03/12/08 16:05:08 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [7827]) fixed inclusion of generator.yml for every module (closes #1949)

03/12/08 16:09:07 changed by fabien

(In [7831]) fixed inclusion of generator.yml for every module (closes #1949)

03/12/08 16:09:24 changed by fabien

  • qualification set to Unreviewed.
  • milestone set to 1.0.12.