> Hi!
>
> I use Orion web server(without any security) and when I try access webdav
I get a "Access denied". It looks to me as if the user/password info that I
am suppling is not used.
> Could this be some problem with Orion(with my configuration of Orion)?
> Where in Slide could I go in and override the security check? Security is
not important for me at this point...
Unless you ask the container to anthenticate explicitely (using the web.xml
file of the web application), it won't do it, even if you submit your
credentials.
> I have changed as little as possible in all the xml files, so I could get
an working example.
> 15 Jun 2001 10:28:31 - INFO - Loading namespace webdav configuration
> 15 Jun 2001 10:28:31 - INFO - Namespace configuration complete
> 15 Jun 2001 10:28:32 - WARNING - Access denied on /users by user
/users/guest for action /actions/read
> 15 Jun 2001 10:28:32 - INFO - GET = 200 OK (time: 301 ms) URI = /
Unauthenticated is mapped as /users/guest in the default configuration, and
this user cannot read /users, so it's normal.
Remy