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

Add documentation on WebDavServlet parameters

XMLWordPrintable

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

      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.

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

                Created:
                Updated:
                Resolved: