Bita Shadgar wrote:
> Hi,
> if you have a look at the source code of Slide.java , you can find
> the 'deny ' command is implemented, however I don't know why this
> command is refused
> when I type:
>
> [LOCALHOST] /slide/users/ $ deny write on /slide/users to user
>
> Invalid Command.
>
> I have granted this permission before with root role and , now I can't
> deny it with the same role.
You are using an old version, I committed the deny command a few weeks
after the "grant" command)
Use client version 1.0.12
Also the "locks" command isn't in a release yet, you will need a nightly
build for that one.
> Also, Why in programming the WebdavServlet.java the instance variable
> token is declared of type of an interface (NamespaceAccessToken), is
> it used for special purpose or has especial meaning.
The NamespaceAccessTokenImpl defines the implementation of the different
helpers, if you want to change the security implementation, you also
need a new NamespaceAccessToken implementation.
> I am sorry If it is not good place to ask such a these questions.
> Maybe I should ask remy who is programmer of these two java program.
This is the correct place to ask. Slide internal development can also be
discussed on slide-dev.
Bugs can also be logged on our bug tracking system
http://nagoya.apache.org/bugzilla/
> Thanks indeed,
> Bita.
Dirk