Aeolus: Bugs
From Pmgwiki
(Difference between revisions)
Line 3: | Line 3: | ||
openOutputStream in FileSystemClient requires process to be able to read and write to file - fixed | openOutputStream in FileSystemClient requires process to be able to read and write to file - fixed | ||
listDir() returns a list of real absolute file paths - manual states it returns a list of relative paths. - tentatively fixed | listDir() returns a list of real absolute file paths - manual states it returns a list of relative paths. - tentatively fixed | ||
- | FileAttributes, which contain a file's labels, are written to disk without storing parent tags. Hence reconstructing the file's labels from the FileAttributes written to disk does not reconstruct the correct tag hierarchy. | + | FileAttributes, which contain a file's labels, are written to disk without storing parent tags. Hence reconstructing the file's labels from the FileAttributes written to disk does not |
+ | reconstruct the correct tag hierarchy. | ||
Tags & Labels | Tags & Labels |
Latest revision as of 12:41, 23 March 2012
File System:
openOutputStream in FileSystemClient requires process to be able to read and write to file - fixed listDir() returns a list of real absolute file paths - manual states it returns a list of relative paths. - tentatively fixed FileAttributes, which contain a file's labels, are written to disk without storing parent tags. Hence reconstructing the file's labels from the FileAttributes written to disk does not reconstruct the correct tag hierarchy.
Tags & Labels
this.state.iLabel UserProxy and this.state.sLabel seem to be empty labels, at least for File System methods. - tentatively fixed Multiple event records are created with parameters of certain types in UserProxy, but the server reads the event records expecting parameters with different types - fixed. Adding a sub tag to a label that contains the supertag should not change anything, but it did. - fixed in Label.java In AuthorityManager, createSubtag was not making use of the TagID(id, parentID) constructor, rather it used the TagID(id) constructor, hence all subtags had parent = 0. - fixed
Misc:
registerService is not updated to the one in the new API specified in the manual.