Page MenuHomePhabricator

SimpleFFS should handle escaped delimiters in message keys
Open, LowPublicBUG REPORT

Description

Roans words:
The file format used in SimpleFFS doesn't seem to account for the fact that = is a valid character in message keys, and it seems that if I were to create MediaWiki:Foo=bar and put 'baz' in it (which works, I tried on my localhost), the writer would write something like foo=bar=baz and the reader would read that as array( 'foo', 'baz=bar' ). Of course, this is ambiguous: if I create MediaWiki:Foo and put 'bar=baz' in it, the writer would also write foo=bar=baz. It looks like JavaFFS has the same problem.


Version: unspecified
Severity: trivial

Details

Reference
bz31300
TitleReferenceAuthorSource BranchDest Branch
analytics_product: Add test DAGrepos/data-engineering/airflow-dags!390xcollazoT333000-add-test-dagmain
Implement solutionrepos/data-engineering/patches/wmf-sparksqlclidriver!1xcollazoimplement-solutionmain
Make SparkSqlOperator accept HQL files from GitLab raw URLs.repos/data-engineering/airflow-dags!362xcollazoT333001-mechanism-for-deploying-artifactsmain
Customize query in GitLab