This repository was archived by the owner on Mar 6, 2024. It is now read-only.
Commit e900911
authored
For api 35.0+, single encode query filter, and remove filterEncoded param (#710)
vCD zeus will no longer accept double encoded filter value as part of query api.
To accommodate the shift in behavior, pyvcloud will no longer double encode the query filter string and won't send in the filterEncoded param for api v35.0+.
However the values in qfilter param to get_typed_query should still be encoded, the responsibility lies with the caller. The equality_filter's value will continue to be encoded by pyvcloud.1 parent 4ec9edd commit e900911
1 file changed
Lines changed: 18 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1835 | 1835 | | |
1836 | 1836 | | |
1837 | 1837 | | |
1838 | | - | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
1839 | 1842 | | |
1840 | 1843 | | |
1841 | 1844 | | |
| |||
1914 | 1917 | | |
1915 | 1918 | | |
1916 | 1919 | | |
1917 | | - | |
1918 | | - | |
1919 | | - | |
1920 | | - | |
1921 | | - | |
1922 | | - | |
1923 | | - | |
1924 | | - | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
1925 | 1934 | | |
1926 | 1935 | | |
1927 | 1936 | | |
| |||
0 commit comments