Ticket #863 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

