[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ;binary and *



At 04:33 AM 2002-03-04, Michael Ströder wrote:
>David Chadwick wrote:
>>
>>>OR not return the attribute.
>>Absolutely not. The user has asked for ALL attributes. Unless access
>>controls prevent it, all should be returned, even if the user cant
>>handle them.
>>For example, pictures should be returned, even though today
>>some well known windows clients cant display them (whilst others can).
>
>I concur.
>
>>This is no different to sending others back using ;binary encoding. The
>>server does not know what the client supports, so should assume it can
>>support everything since it has not limited what it wants.
>
>Yes.

Then clients MUST treat any attribute description which contains
an unrecognized option as unrecognized.  Clients cannot simply
treat attributes with unrecognized options as an (indirect)
subtype of the attribute description with the same attribute
type and no options.

It is a really bad idea for servers to assume clients support
anything which is not REQUIRED.

Kurt