Changes between Version 1 and Version 4 of Ticket #1396
- Timestamp:
- 2011-05-06T16:47:48Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1396
- Property Keywords foolscap added
- Property Summary changed from writing an incident flogfile tries to use characters not valid in a Windows filename (':') to writing an incident flogfile (via foolscap 0.6.0/1) tries to use characters not valid in a Windows filename (':')
-
TabularUnified Ticket #1396 – Description
v1 v4 8 8 The problem (or at least one problem) is that '{{{:}}}' is not valid in a Windows filename. [http://msdn.microsoft.com/en-us/library/aa365247%28v=vs.85%29.aspx This MSDN article] documents the Windows filename validity rules. 9 9 10 Presumably we don't have any test of writing an incident flogfile. This may mean that incident reporting has always been broken on Windows (unless the flogfile naming changed?)10 Presumably we don't have any test of writing an incident flogfile. ~~This may mean that incident reporting has always been broken on Windows (unless the flogfile naming changed?)~~ A change to flogfile naming in foolscap 0.6.0 apparently caused this bug.