Kaydet (Commit) 4712707e authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS ucbfixes02 (1.17.48); FILE MERGED

2007/05/15 11:52:54 kso 1.17.48.1: #i77134# - HTTP header field names are case insensitive!
üst 8043da9f
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: NeonPropFindRequest.cxx,v $ * $RCSfile: NeonPropFindRequest.cxx,v $
* *
* $Revision: 1.17 $ * $Revision: 1.18 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 14:06:39 $ * last change: $Author: kz $ $Date: 2007-06-19 16:12:48 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
#endif #endif
using namespace rtl; using namespace rtl;
using namespace com::sun::star::beans;
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
using namespace com::sun::star::ucb; using namespace com::sun::star::ucb;
using namespace std; using namespace std;
...@@ -100,9 +99,8 @@ extern "C" int NPFR_propfind_iter( void* userdata, ...@@ -100,9 +99,8 @@ extern "C" int NPFR_propfind_iter( void* userdata,
return 0; // Error getting this property. Go on. return 0; // Error getting this property. Go on.
// Create & set the PropertyValue // Create & set the PropertyValue
PropertyValue thePropertyValue; DAVPropertyValue thePropertyValue;
thePropertyValue.Handle = -1; thePropertyValue.IsCaseSensitive = true;
thePropertyValue.State = PropertyState_DIRECT_VALUE;
DAVProperties::createUCBPropName( pname->nspace, DAVProperties::createUCBPropName( pname->nspace,
pname->name, pname->name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment