On 11/22/05, Stephan Michl <[EMAIL PROTECTED]> wrote: > I have problems accessing slide as webfolders via InternetExplorer. > > Using the wck I have implemented my own store by extending > BasicWebdavStore. It is bound to the scope /categories. > Additionally the example file store is bound to scope /files. > When using "InternetExplorer - Open - as webfolder" both stores are > behaving correctly as webfolders. > However if I am trying to link to a webfolder in a web page the webdav > folders are displayed as html not as a webfolder. > (using > http://msdn.microsoft.com/workshop/author/behaviors/overview/webfolder.asp) > However, opening webfolder in via such a link works when I set the link > to another webdav hosted by a company. (mediacenter.gmx.net). > So this must be a problem of my server.
First, are you certain you are using the "behavior" correctly? The same link works for the mediacenter site, but not yours? If so, I think we found that either webfolders, slide, or wck requires that the whole url path validate in certain ways. In other words, if your link is something like: http://myserver.com/root/folder1/folder2/ we found that checks were happening to confirm things like folder1 is a folder and folder1 has a child that is folder2. In our case, this was not actually true (because we had abstracted the uri space to avoid the need for request parameters) so we had to add code to interpret those checks and respond appropriately to allow the validation to pass. Also, I think we found that any exception in our Store would cause the same behavior. > I have read http://wiki.apache.org/jakarta-slide/WebFolderIssues and the > interesting documents on webfolder issues from greenbytes. > To test I am using Windows 2000 SP4 and upgraded the MSDAIPP.DLL > version 11.0.6715.15 to using the Software Update for Web Folders > [KB892211]. <http://support.microsoft.com/?kbid=892211> > I am running slide 2.2 from cvs inside Jboss4.0.2. I am doing > authentication myself by extending AbstractPoolingConnectionManager. > > I hope you have an idea what is wrong. HTH, Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
