diff options
author | Petr Viktorin <pviktori@redhat.com> | 2012-02-23 07:29:47 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-03-20 20:03:54 -0400 |
commit | dddebe23507749486fb09d219f0da4f483ba4e79 (patch) | |
tree | 968e860043b04097a40d939f5e39c404b519a378 /VERSION | |
parent | 8f71f42ef7c7c67c0d0ee47814715e2c023d95ce (diff) | |
download | freeipa-dddebe23507749486fb09d219f0da4f483ba4e79.tar.gz freeipa-dddebe23507749486fb09d219f0da4f483ba4e79.tar.xz freeipa-dddebe23507749486fb09d219f0da4f483ba4e79.zip |
Only split CSV in the client, quote instead of escaping
Splitting on commas is not an idempotent operation:
'a,b\,c' -> ('a', 'b,c') -> ('a', 'b', 'c')
That means we can't do it when the call is forwarded, so this is only
done on the CLI. The UI already sends values as a tuple.
Replace escaping in the csv parser with quoting. Quoted strings can have
embedded commas instead of having to escape them. This prevents the csv
parser from eating all escape characters.
Also, document Param's csv arguments, and update tests.
https://fedorahosted.org/freeipa/ticket/2417
https://fedorahosted.org/freeipa/ticket/2227
Diffstat (limited to 'VERSION')
0 files changed, 0 insertions, 0 deletions