Re: Cannot browse WebDAV in Windows XP

2004-06-22 Thread Alan Wood
I had this XP log on issue, whereby xp insisted on appending a hostname to the login. It only happens on certain xp clients. In my case I was running slide on port 80 (for firewall reasons), so entering the url in the add network places wizard would be something like : http://x.x.x.x/slide/files

Re: Need help getting Slide to use LDAP.

2004-05-26 Thread Alan Wood
On Tue, 25 May 2004 09:38:25 -0700, James Mason [EMAIL PROTECTED] wrote: It might be posible to define a standard mechanism, maybe by writing some Abstract Store class for a partial or transparent store, where a store that does not handle an operation it delegates to the parent store. For example,

Re: Need help getting Slide to use LDAP.

2004-05-26 Thread Alan Wood
On Thu, 27 May 2004 00:58:07 +0900, Carlos Villegas [EMAIL PROTECTED] wrote: Alan Wood wrote: On Tue, 25 May 2004 09:38:25 -0700, James Mason [EMAIL PROTECTED] wrote: It might be posible to define a standard mechanism, maybe by writing some Abstract Store class for a partial or transparent

Re: Need help getting Slide to use LDAP.

2004-05-24 Thread Alan Wood
James I think its a great idea, in my opinion would also really help slide in a number of applications i am working on too. On Fri, 21 May 2004 11:09:30 -0700, James Mason [EMAIL PROTECTED] wrote: Here's what I'm hoping to have when I get finished: 1. Tomcat authenticates users against an LDAP

Re: Folders inside folders on Windows XP

2004-05-19 Thread Alan Wood
On Wed, 19 May 2004 09:02:10 +0200, Julian Reschke [EMAIL PROTECTED] wrote: Alan Wood wrote: ... *Note* I also tell customers to enter the full URL including port into the address when they are adding a web folder (even though 80 is default of course) this prevents Microsoft's intefering user

Folders inside folders on Windows XP

2004-05-18 Thread Alan Wood
Hi Guys I got a weird one here, for some reason when one of our clients looks into their webdav folder (using add a network place on Windows XP) They see the folder itself as a folder in its root listing!! For every folder the go into they see the folder they are in as well as its contents!!

JDOM problem with slide version 2.0 release

2004-05-18 Thread Alan Wood
I have noticed a problem using newer versions of Jdom (1.0rc1, Feb 26th 2004 ) with the new slide final release, this did not occur with slide 2.0b1. If i use jdom beta 9 (as provided with slide 2.0) the problem disssapears. I just figured it would be nice to use the latest versions if

Folders inside folders on Windows XP

2004-05-18 Thread Alan Wood
Hi Guys I got a weird one here, for some reason when one of our clients looks into their webdav folder (using add a network place on Windows XP) They see the folder itself as a folder in its root listing!! For every folder the go into they see the folder they are in as well as its contents!!

Folders inside folders on Windows XP

2004-05-18 Thread Alan Wood
Hi Guys I got a weird one here, for some reason when one of our clients looks into their webdav folder (using add a network place on Windows XP) They see the folder itself as a folder in its root listing!! For every folder the go into they see the folder they are in as well as its contents!!

Re: Folders inside folders on Windows XP

2004-05-18 Thread Alan Wood
Alan Wood wrote: Hi Guys I got a weird one here, for some reason when one of our clients looks into their webdav folder (using add a network place on Windows XP) They see the folder itself as a folder in its root listing!! For every folder the go into they see the folder they are in as well

Re: JAAS LoginModule

2004-05-01 Thread Alan Wood
On Fri, 26 Mar 2004 13:38:13 +0100, Unico Hommes [EMAIL PROTECTED] wrote: [snip] The issues with the domain loading itself more than once ended up being the result of multiple slide jars being installed . DOH!! The jars were installed inside the slide war/WEB-INF/lib and in our application

Strange windows problem

2004-04-16 Thread Alan Wood
Trying to connect to the slide server from a windows system on the network i get: HTTP ERROR: 404 %2Ffiles+Not+Found RequestURI=/files and I cant see anything in the console output on slide? The strange thing is i can connect to the same /files from the local browser and Konquerer without

Re: Strange windows problem

2004-04-16 Thread Alan Wood
On Fri, 16 Apr 2004 18:17:18 +0800, Hoi Chong [EMAIL PROTECTED] wrote: Hi, Windows webfolders have a bug where it try to use the DAV displayname property value in it's URI to access WebDAV resources. You can use the Slide commandline client or DAVExplorer to access Slide server /files URI and see

Proxy for slide

2004-04-15 Thread Alan Wood
Hi I'm looking at ways to proxy slide. Can i use apache mod_rewrite in conjuction with slide running in an app server? e.g. in slide i could have the following namespaces /somedomain.com/their-files.. and have apache rewrite requests from www.somedomain.com/repository to the above namespace.

Re: Re[2]: Proxy for slide

2004-04-15 Thread Alan Wood
hi, MH Alan Wood [EMAIL PROTECTED] writes: Hi I'm looking at ways to proxy slide. Can i use apache mod_rewrite in conjuction with slide running in an app server? MH We had problems with mod_proxy and HTTP 1.1, especially MH chunked encoding. I have not been looking into this MH for a year or so

Using jdbc/mysql with slide 2.x

2004-04-10 Thread Alan Wood
Hi Guys I appreciate some feedback/opinion on the following : I currently use the file based backend for slide, which has been excellent for us so far. Moving forward however we are looking at using JDBC/mysql backend. I have not yet used this backend, and thus have little experience of it, I

Re: JAAS LoginModule

2004-03-26 Thread Alan Wood
Sorry for the long delay. I haven't been monitoring this list for a while. Hope this is still relevant. It looks like the Domain is bootstrapped during initialization of the JAAS LoginModule instead of by the SlideServlet which is the way it should be. In this case the Domain is not given a

creating Collections and default permissions

2004-03-26 Thread Alan Wood
Ok guys help me out here if you can My software is now able to create uers and groups (roles) and associate them on the backend using slide libraries 2.x I an now trying to deal with the creation of collections and permisiions (ACL) etc.. this is kind of what im trying to get to collection

Re: JAAS LoginModule

2004-03-26 Thread Alan Wood
Sorry for the long delay. I haven't been monitoring this list for a while. Hope this is still relevant. It looks like the Domain is bootstrapped during initialization of the JAAS LoginModule instead of by the SlideServlet which is the way it should be. In this case the Domain is not given a

Re: creating Collections and default permissions

2004-03-26 Thread Alan Wood
On Fri, 26 Mar 2004 13:56:38 +0100, Unico Hommes [EMAIL PROTECTED] wrote: [snip] Thanks it is reassuring to see someone alse's code that knows slide!! do you know why the '/' namespace has the following permissions in the Domain.xml file? permission action=/actions/read subject=all

Re: Users,Passwords,Groups and ACLs

2004-03-25 Thread Alan Wood
Hi Russell I had this same question, couldnt find an answer so decided to take it on my self to develop such a thing. I am currently in the middle of it but am certainly willing to share it with anyone in the community and commit it if its deemed useful good enough. I am also trying to keep it

Browser webdav listings

2004-03-19 Thread Alan Wood
Hi Can anyone point me in the direction of the classes/mechanism used to render the browser view of collections? Can this be modified, any pointers here would help Al -- [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: Browser webdav listings - ignore this

2004-03-19 Thread Alan Wood
On Fri, 19 Mar 2004 18:53:15 -, Alan Wood [EMAIL PROTECTED] wrote: Hi Can anyone point me in the direction of the classes/mechanism used to render the browser view of collections? Can this be modified, any pointers here would help Al Sorry just ignore me I'm being dim. it defaults

Re: Is GroupNode really necessary?

2004-03-11 Thread Alan Wood
On Thu, 11 Mar 2004 09:39:24 +0100, [EMAIL PROTECTED] wrote: Is there any sample code to show how to use the new ACL-Draft-12 group stuff? Please have a look at default Domain.xml shipped with Slide 2.0b1. There, you'll find 4 users configured: /users/root, /users/john, /users/john2 and

JAAS LoginModule

2004-03-09 Thread Alan Wood
Hi I'm pretty new to Slide (and webdav for that matter) and am still getting my head mangled by it (a few days a newbie). I think it is an awesome thing that creates major opportunities when integrating to our open source application server, congrats to the developers on the code base so far.