Changes between Initial Version and Version 1 of Ticket #501, comment 5
- Timestamp:
- 2011-07-23T18:43:05Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #501, comment 5
initial v1 2 2 > {{{NotMutableError}}} no longer appears in our source tree. 3 3 4 That's because it was renamed to {{{NotWriteableError}}} in [ changeset:6057bc02cc33b5b7]. (It is raised also when an attempt is made to write to a readonly mutable object.)4 That's because it was renamed to {{{NotWriteableError}}} in [4193/trunk#file26]. (It is raised also when an attempt is made to write to a readonly mutable object.) 5 5 6 6 We should check whether an unhandled {{{NotWriteableError}}} occurs in the logs of a gateway when trying to write an immutable or readonly file/directory.