mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-21 04:01:30 +01:00
6617005365
Summary: See PHI1710. Python encodes `True` as `True` (with an uppercase "T") when building URLs. We currently do not accept this as a "truthy" value, but it's reasonable and unambiguous. Accept "True", "TRUE", "tRuE", etc. Test Plan: Made a cURL conduit call with "True" and "tRuE". Before patch: failure to decoded booleans; after patch: successful interpretation of "true" variations. Differential Revision: https://secure.phabricator.com/D21177 |
||
---|---|---|
.. | ||
application | ||
call | ||
controller | ||
data | ||
garbagecollector | ||
interface | ||
management | ||
method | ||
parametertype | ||
protocol | ||
query | ||
settings | ||
ssh | ||
storage |