Development

#565 (strings from view.yml are not escaped)

You must first sign up to be able to contribute.

Ticket #565 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

strings from view.yml are not escaped

Reported by: chtito Assigned to:
Priority: major Milestone: 0.6.3
Component: Version: 0.7.X
Keywords: Cc:
Qualification:

Description

the cache configuration handler put the strings read in the yml files (especially the view.yml file) in single quotes, which generates an invalid php file in the cache if the string of the yml file contains a single quote.

For example a title like "Bob's web site" generates a php line like: $response->addMeta('title', 'Bob's web site', false); which obviously gives a syntax error.

Change History

06/16/06 16:06:00 changed by fabien

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

in r1461