-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
4.5.0.Final
-
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.