Class PutFilter

  • All Implemented Interfaces:
    Filter

    public class PutFilter
    extends Object
    implements Filter
    PutFilter A Filter that handles PUT, DELETE and MOVE methods. Files are hidden during PUT operations, so that 404's result. The following init parameters pay be used:
    • baseURI - The file URI of the document root for put content.
    • delAllowed - boolean, if true DELETE and MOVE methods are supported.
    • putAtomic - boolean, if true PUT files are written to a temp location and moved into place.