PUT authentification

Dmitriy Kruglyak writes:
 > I tried to set up a file, readable by everyone, but
 > updatable (Putable) only by me and found out that the
 > available authentification resources cannot differentiate
 > between GET and PUT. It would be great to have this 
 > feature in the next release.

It's already there ! Check your filters attribute, and set the
'methods' attribute to PUT. This will make the filter protect only PUT
access. You can specify more than one method (write one method per
line)

Anselm.

Received on Wednesday, 5 March 1997 13:01:37 UTC