Hi, I have a suggestion for a change in the code in PutMethod.java
(I have found this 'feature' in SLIDE_1_0_16, and haven't checked the head branch..) In a normal update of a file, I suggest adding the following line of code: revisionDescriptor.setOwner(slideToken.getCredentialsToken().getPublicCredentials()); This has influence in two areas: 1. When one user saves a file to slide and another user updates the file later on, Author isn't updated. 2. When a new file is added to slide by doing a "save as" in MS Word, owner isn't added to this file in the database - when the above code is missing. Best regards, Jan
