[exp] slapconfiguration: Accept str for int
Accept parameters received with type str when the expected type is int, if the string is convertible to an integer. This make requests more permissive and allows for using str and int interchangeably in requests. Flat parameter dicts that only include str and int can be sent in xml even when json-in-xml is expected, without information loss. Ajust tests accordingly.
Showing
Please register or sign in to comment