Package io.milton.http.webdav
Class MsPropFindRequestFieldParser
java.lang.Object
io.milton.http.webdav.MsPropFindRequestFieldParser
- All Implemented Interfaces:
PropFindRequestFieldParser
Decorator for PropFindRequestFieldParser's.
Calls getRequestedFields on the wrapped object. If no fields were requested
this class adds the default ones expected
by windows clients. This is because windows clients generally do not
specify a PROPFIND body and expect the server to return these fields.
Note that failing to return exactly the fields expected in the exact order
can break webdav on windows.
- Author:
- brad
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MsPropFindRequestFieldParser
-
-
Method Details
-
getRequestedFields
- Specified by:
getRequestedFieldsin interfacePropFindRequestFieldParser
-