Hi Andreas,
 
> > A property p is writable iff !p.isProtected(). Furthermore, 
> teh follwong
> > implications hold:
> > 1) p.isComputed() => p.isProtected => p.isLiveProperty()
> > 2) p.isDeadProperty() => !p.isProtected() (i.e. is writable)
> > 
> Where is this specified? I don't find anything about protected 
> and computed properties in RFC2518 or in 
> \docs\schema\webdav.xsd. The spec is only about dead and live 
> properties, I think.

RFC2518 does not talk about protected and computed properties but DeltaV
does (see RFC3253, section 1.4). We decided to classify the *all* live
properties (i.e. including RFC2518 and ACL) according to DeltaV's scheme ...
and also made some mistakes :-).

> > It's a bug: the property is currently "protected" but it 
> shouldn't. I will
> > fix that immediately.
> 
> Thank you very much!

Fix is already checked-in.

Regards,
Peter

--
To unsubscribe, e-mail:   <mailto:slide-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:slide-user-help@;jakarta.apache.org>

Reply via email to