DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30387

propfind with string property name containing no namespace is getting hardcoded to 
DAV: namespace

           Summary: propfind with string property name containing no
                    namespace is getting hardcoded to DAV: namespace
           Product: Slide
           Version: 2.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WebDAV client
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When making a WebdavResource.propFindMethod call and passing a vector with 
property name strings, if I have a string property name with null namespace, 
the PropFindMethod.setPropertyNames(Enumeration propertyNames) method hardcodes 
the namespace to DAV:.
 
See line 288 in source
 * $Header: /home/cvs/jakarta-
slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/PropFindMeth
od.java,v 1.4 2004/04/22 07:02:48 ozeigermann Exp $
 * $Revision: 1.4 $
 * $Date: 2004/04/22 07:02:48 $

Shouldn't the DAV: not be hardcoded there?  There may be other places which 
would need to change.  This would also mean that constants for WebDAV 
properties would have to be changed to contain the DAV: namespace?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to