Ticket #863 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Certain validator names will cause a fatal error

Reported by: david Owned by: david
Priority: normal Milestone: 0.11.4
Component: config Version: 0.11.3
Severity: critical Keywords:
Cc: Patch attached: no

Description

AgaviValidatorConfigHandler will create a variable with the name of the validator from the validation config... unfortunately, this compiled config file is included into the local scope elsewhere, where several variables of course already exist, and thus gets overwritten if there are validator names like "method", "container" etc. Very, very bad. We need to use a prefix there.

Attachments

Change History

Changed 4 months ago by david

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

(In [2931]) Fixed #863: Certain validator names will cause a fatal error

Add/Change #863 (Certain validator names will cause a fatal error)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.