You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
We have currently had to implement a workaround by storing the # as * instead and then converting this back to a hash after parsing.
The fix in the above ticket allows for in-line comments at the end of the value but causes a bug that prevents values with legitimate hash characters such as passwords from being read properly. Encasing the value within double or single quotes did not resolve the problem either.
This update appears to allow a hash at the beginning of the line to comment the entire line, a hash at the end of the value for an in-line comment and to allow for a hash to remain in the value when using hashes in passwords or anything else someone may want/need.
The text was updated successfully, but these errors were encountered:
This issue was raised here previously: http://framework.zend.com/issues/browse/ZF-12278
We have currently had to implement a workaround by storing the # as * instead and then converting this back to a hash after parsing.
The fix in the above ticket allows for in-line comments at the end of the value but causes a bug that prevents values with legitimate hash characters such as passwords from being read properly. Encasing the value within double or single quotes did not resolve the problem either.
Potential solution proposed from initial issue:
The text was updated successfully, but these errors were encountered: