Hi
I have some minor patches and an extension to the JNDIPrincipalStore that I would like
to contribute.
1.
LockEvent has a new method getObjectUri()
2.
Security.setPermissions() throws an additional VetoException because in the
implementation in SecurityImpl now there are also fired events regarding to
differences between the old and the new ACL.
3.
CopyMethod and LockMethod (server side) fire appropriate WebDAV events.
4.
JNDIPrincialStore: The user names as retrieved from the JNDI path were real life names in our
user domain. I made an extension with an additional attribute
"jndi.attributes.userprincipalname" that names a JNDI attribute which contains the
login name. If set the user name transformation is activated. Otherwise not.
5.
Running the build including the target "testsuite-dist" failed because of intersection of
properties. I extended these ant calls with inheritAll="false".
<ant dir="webdavclient" inheritAll="false"/>
<ant dir="testsuite" inheritAll="false"/>
Has the behaviour of Ant changed? I'm using Ant 1.6.1.
Further I had to change the version number of the jdom.jar to 1.0 in "testsuite/build.xml" and
to delete "src/stores/org/apache/slide/store/file/SimpleFileStoreTest.java" to get the full
build running.
I have already read that patches can be donated to bugzilla. How do I do that?
Best regards
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]