I looked on MSDN for Sharepoint. It seems to be some kind of content server. All the downloads were server related, I didn't see any client components mentioned (unless that's what they mean by "webparts." This Microsoft crap is so convoluted and unintuitive) Where can i get the client components of Sharepoint. Also, could someone tell me how I find out which version of a DLL I am running? I am not too familiar with the inner workings of Windows.
Thanks, Satish (frustrated by the journey into Microsoft lala land) On Fri, 2003-08-08 at 14:50, Julian Reschke wrote: > Satish, > > yes this seems to indicate that this is a problem. > > I'd > > - find out which one you habe (version of MDSAIPP.DLL) > - check whether there are newer versions with out that problem (for instance > by installing the Sharepoint client components, free download from MSDN) > > And then report back :-) > > -- > <green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760 > > > -----Original Message----- > > From: satish [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 08, 2003 5:08 AM > > To: Slide Users Mailing List > > Subject: RE: Slide-Encoding: FINALLY > > > > > > Julian, Oliver, everybody else, I sent the HTTP traces as requested. > > Did anybody get a chance to look at them? People are discussing stuff > > like encoding problems with Tomcat, or the Slide kernel, etc. I don't > > get it. Just FYI here are the two relevant lines from my trace files: > > > > Here is the PUT from Windows XP Webfolders: > > ------------------------------------------- > > PUT /files/john/?? HTTP/1.1 Accept-Language: en-us, zh-cn;q=0.5 > > Translate: f Content-Length: 6 User-Agent: Microsoft Data Access > > Internet Publishing Provider DAV 1.1 Host: localhost:7000 Connection: > > Keep-Alive Cookie: JSESSIONID=C6F396B4000345632312500602359293 > > Authorization: Basic am9objpqb2hu test > > > > Here is the PUT from my browser client > > -------------------------------------- > > > > PUT /files/john/%E4%B8%AD HTTP/1.1? > > Transfer-Encoding: chunked? > > Authorization: Basic am9objpqb2hu? > > Expect: 100-continue? > > Cookie: $Version=1;JSESSIONID=9473796474E247F864A0C28515B94551; $Path=/; > > $Domain=192.168.0.136? > > Host: 192.168.0.136:7000? > > User-Agent: Jakarta HTTP Client/1.0? > > > > As you can see, Windows DOES NOT encode the URL. My webclient DOES > > encode the URL. Why is everybody going on and on endlessly about Tomcat > > and the Slide kernel? Do you have an explanation for Windows' stupidity > > in this case? The HTTP traces make it quite clear that the problem is > > on the client side, not the server. But I am not an expert on this > > issue. So what am I missing here Julian, Oliver? > > > > Thanks > > > > Satish > > > > > > > > On Fri, 2003-08-08 at 01:34, Julian Reschke wrote: > > > > From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] > > > > Sent: Thursday, August 07, 2003 6:56 PM > > > > To: Slide Users Mailing List > > > > Subject: Slide-Encoding: FINALLY > > > > > > > > > > > > So, finally, I could make slide work with UTF-8 URIs, but now it does > > > > not work with ISO-8859-1 again (not that bad). > > > > > > > > Unfortunately this can only be considered a HACK, as the servlet path > > > > provided by tomcat is decoded incorrectly (how to fix or > > configure that?). > > > > > > > > My workaround is to get the raw URI in > > WebdavUtils.getRelativePath from > > > > tomcat and use org.apache.util.URLUtil.URLDecode to decode it. > > > > > > > > Any experts around? Any thoughts? > > > > > > > > Oliver > > > > > > > > P.S.: I use tomcat 4.0.6 > > > > > > I'd say: update. > > > > > > We are using Tomcat for our WebDAV server testing as well, and > > 4.24 doesn't > > > seem to have this problem. The latest version is 4.27. > > > > > > > > > -- > > > <green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760 > > > > > > > > > --------------------------------------------------------------------- > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
