Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Validator options with quotes get escaped and never unescaped #74

Closed
dstockto opened this issue Jan 23, 2014 · 1 comment
Closed

Validator options with quotes get escaped and never unescaped #74

dstockto opened this issue Jan 23, 2014 · 1 comment

Comments

@dstockto
Copy link

If you put a validator option with quotes and save, it will be saved with the quotes escaped with backslashes. If you later go into the apigility admin interface and save again, the backslashes start multiplying. The interface shows backslash escaped quotes from the first time they are entered and it seems that they are sent back through in this escaped mode where they are escaped over and over again.

The config arrays are written using single quotes so technically the double quotes should even need to be escaped at all when writing the config arrays.

@ralphschindler
Copy link
Contributor

Will be fixed as part of the fix in zf2: zendframework/zendframework#5757

weierophinney added a commit to zendframework/zendframework that referenced this issue Jan 28, 2014
weierophinney added a commit to zendframework/zend-config that referenced this issue May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants