Re: 500- Internal server error

2004-07-29 Thread r d
Hi Oliver, 1. The link shows up in the message something like http://www.mail-archive.com/[EMAIL PROTECTED]/msg11030.html so I can not access. 2. What is this inetrnal security about? Thanks for the help you are providing. Revati Oliver Zeigermann <[EMAIL PROTECTED]> wrote: r d wrote: >

Default-Servlet vs. image directory

2004-07-29 Thread schmaus
Hi, another slide-tomcat-bundle-configuration question: I have my self written webapp "httpdav" I'd like to have a call like http://host:port/httpdav to call my servlet. This works create, with setting the servlet mapping to "/" Unfortunately also the call http://host:port/httpdav/images/... call

RE: Need Help On Session Management

2004-07-29 Thread Mihir Solanki
James, You are correct on this point. The behavior is exactly same as you have described. Once I logged out from windows and then login back it is showing me the correct user. But ultimately my purpose is not getting solved. So is there any workaround So that whenever I create a network place wit

Problem with setWebdavProperties method

2004-07-29 Thread Warwick Burrows
Hi, I have a problem with Slide 2.1 M1 where I can create and delete a folder called "$$" using the slide dav client but then can't put or cd into it. I can even create subfolders under the $$ folder with the command line client - just not cd or put into it. I can also access my $$ folder and its

User credentials while enumerating resources

2004-07-29 Thread Karl Koster
I am using the webdavclient code from CVS since the current release is not working for me. Everything is going along fine, except when I want to enumerate resources inside a collection/directory. The setWebdavProperties method is requiring non-null security credentials by calling:

Re: Slide 2.1 M2 on track for July 31st?

2004-07-29 Thread Oliver Zeigermann
The roadmap isn't quite up to date. The release will be a beta and it will be released on August 10th. Other than it it will contain all current fixes. Oliver Warwick Burrows wrote: Hi guys, Is Slide 2.1 M2 is on track for release July 31st as noted in the the roadmap? Will all of the defec

Slide 2.1 M2 on track for July 31st?

2004-07-29 Thread Warwick Burrows
Hi guys, Is Slide 2.1 M2 is on track for release July 31st as noted in the the roadmap? Will all of the defects applied recently be in M2? eg. the fix from Stefan and those that Ingo and Oliver have referred to in recent postings? Thanks, Warwick

Re: Slide Client opening too many connections

2004-07-29 Thread neilac
Ingo, Thanks for the fix and your suggestion, they both worked great! We still have a problem with connections not being closed, and going into CLOSE_WAIT state though. A WebdavResource.close() method that explicitly closes the connection solves this problem (see below), although I'm sure it would

Re: Need Help !

2004-07-29 Thread James Mason
How did you achieve the integration? Was it by writing a Store implementation? If so, I'm not sure what you mean by letting your CMS respond to the addition/deletion of files. As for access, if you implement SecurityStore you can decide how to map the NodePermission objects to access rights in you

Re: tomcat-users vs. slide-users

2004-07-29 Thread James Mason
There is a SlideRealm you can use for this purpose. Take a look at the tomcat bundle binary downloads. They are all configured to use this Realm by default. -James >>> [EMAIL PROTECTED] 07/29/04 3:29 AM >>> Hi there, I have this problem with my http-webdav frontend: I used basic authentication t

Re: Need Help On Session Management

2004-07-29 Thread James Mason
Mihir, Did you previously log in to the network place as "root"? There was a post awhile back that suggested WebFolders will sometimes cache users that were previously logged in and then get confused about who the active users is. This would be consistent with the session changing as well, if WebF

Changing file name with a ContentInterceptor

2004-07-29 Thread Luke Noel-Storr
Hi, Is is possible to change the name of a file being placed into a slide repository by using a ContentInterceptor? (or any other method?). I actually only want to change the file extension. I have tried doing the following in the preStoreContent method: String uri = revisionDescriptors.ge

Need Help !

2004-07-29 Thread Ragia
Hi, I am trying to integrate my own CMS (Content Management System) to Slide, I succeeded in adding/viewing my documents from my own CMS client to the slide repository. My next step is that I need to let my CMS responds to the addition/deletion of files from my Windows web folder, is this poss

tomcat-users vs. slide-users

2004-07-29 Thread schmaus
Hi there, I have this problem with my http-webdav frontend: I used basic authentication to "secure" it. Therefore the user must be a tomcat known user. But then I also want to use this user information to log into the webdav system. Is there a way to link tomcat and slide users? Is it possible to

Re: Slide Client opening too many connections

2004-07-29 Thread Ingo Brunberg
Hi Neil, I have corected the isTheClient() call so that you can now ommit the default port. Why do you make a separate setUserInfo() call? Just put that info directly into your URL to avoid an additional PROPFIND. Ingo > Hi, > > I am seeing a few problems performing PUTs against Apache 1.3 in

Need Help On Session Management

2004-07-29 Thread Mihir Solanki
Hi,     I have modified my Domain.xml in such a way that it will allow all the authenticated users. I am using tomcat 4.1.30 BASIC authentication (using tomcat-users.xml).   Now I have created one user in tomcat-user.xml file and I am able to login successfully with that User. (say f