Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2544

Add documentation on WebDavServlet parameters

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Minor
    • None
    • 4.5.0.Final
    • Documentation
    • None

    Description

      I've found possible parameters not documented on WebDavServlet :

      boolean lazyFolderCreationOnPut = getInitParameter("lazyFolderCreationOnPut") != null
                && getInitParameter("lazyFolderCreationOnPut").equals("1");
      
      String dftIndexFile = getInitParameter("default-index-file");
      String insteadOf404 = getInitParameter("instead-of-404");
      
      int noContentLengthHeader = getIntInitParameter("no-content-length-headers");
      

      the parameter "no-content-length-headers" is not comprehensible.

      It would be nice if the documentation says some description on these parameters.

      Attachments

        Activity

          People

            Unassigned Unassigned
            syperrinel Sylvain Perrinel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: