Hello Martin, The commons-http and WebDAV API differ in the way, they handle encoding. The commons-http API expects the URL to be already encoded, while the WebDAV API encodes the URL, the default is UTF-8. Calling the Get Method directly from the http package will have a different result (in the area of I18N) than the get method from the WebDAV package.
Best regards, Juergen -----Original Message----- From: Pill, Juergen [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 20. M�rz 2003 15:28 To: 'Slide Developers Mailing List' Subject: RE: [Client] Which GetMethod class is used? Hello Martin, The GetMethod in the WebDAV package was created for completeness reasons, e.g. only the WebDAV package needs to be imported. The implementation is rather empty. Best regards Juergen -----Original Message----- From: Martin Dulisch [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 19. M�rz 2003 12:26 To: Slide Developer Subject: [Client] Which GetMethod class is used? Hello, I have seen that WebdavResource uses the GetMethod from HttpClient. There is also a GetMethod in the package org.apache.webdav.lib.methods. But I could not find any referenced to this class. Is it used anymore? Should it be deleted when it is not more in use? Martin ------------------------------------------------- s&n AG Tel.: 05251/1581-75 netBank solutions Fax : 05251/1581-71 Klingenderstr. 5 <mailto:[EMAIL PROTECTED]> D-33100 Paderborn http://www.s-und-n.de ------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
